Skip to content

Commit 0b27d48

Browse files
committed
Remove unnecessary copy step
This removes an unnecessary copy of the whole output HTML that is immediately deleted by the QCH preprocessing script.
1 parent ceaf61b commit 0b27d48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ output/reference:
224224
./preprocess.py --src reference --dst output/reference
225225

226226
output/reference_cssless: output/reference
227-
cp -a output/reference output/reference_cssless
228227
./preprocess_qch.py --src output/reference --dst output/reference_cssless
229228

230229
# create indexes for the wiki

0 commit comments

Comments
 (0)