File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -175,13 +175,13 @@ output/cppreference-doc-en-cpp.devhelp2: \
175175# build the .qch (QT help) file
176176output/cppreference-doc-en-cpp.qch : output/qch-help-project-cpp.xml
177177 # qhelpgenerator only works if the project file is in the same directory as the documentation
178- cp " output/qch-help-project-cpp.xml" " output/reference_cssless/qch.xml "
178+ cp " output/qch-help-project-cpp.xml" " output/reference_cssless/qch.qhp "
179179
180180 pushd "output/reference_cssless" > /dev/null; \
181- $(qhelpgenerator) "qch.xml " -o "../cppreference-doc-en-cpp.qch"; \
181+ $(qhelpgenerator) "qch.qhp " -o "../cppreference-doc-en-cpp.qch"; \
182182 popd > /dev/null
183183
184- rm -f "output/reference_cssless/qch.xml "
184+ rm -f "output/reference_cssless/qch.qhp "
185185
186186output/qch-help-project-cpp.xml : \
187187 output/cppreference-doc-en-cpp.devhelp2 \
You can’t perform that action at this time.
0 commit comments