Skip to content

Commit ae8e01f

Browse files
committed
Makefiles: Do not run the wiki preprocessor unnecessarily
1 parent da650df commit ae8e01f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,9 @@ output/qch-help-project-cpp.xml: output/cppreference-doc-en-cpp.devhelp2
147147
xsltproc devhelp2qch.xsl "output/cppreference-doc-en-cpp.devhelp2" > \
148148
"output/qch-help-project-cpp.xml"
149149

150-
output:
151-
mkdir -p output
152-
153150
#create preprocessed archive
154-
output/reference: output
151+
output/reference:
152+
mkdir -p output
155153
./preprocess.py
156154

157155
# create indexes for the wiki

0 commit comments

Comments
 (0)