Skip to content

Commit 905ebeb

Browse files
authored
Merge pull request p12tic#76 from PeterFeicht/qhelpgenerator
Fix QCH build
2 parents 1d4d1e0 + 573e923 commit 905ebeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@ output/cppreference-doc-en-cpp.devhelp2: \
175175
#build the .qch (QT help) file
176176
output/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

186186
output/qch-help-project-cpp.xml: \
187187
output/cppreference-doc-en-cpp.devhelp2 \

0 commit comments

Comments
 (0)