We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619f6d6 commit ac9344eCopy full SHA for ac9344e
Makefile
@@ -125,9 +125,9 @@ release: all
125
# zip the html output
126
pushd "output"; \
127
tar c$(TAR_OPTION)f "../release/html-book-$(VERSION).tar.$(TAR_FORMAT)" "reference" \
128
- "cppreference-doxygen-local.tag.xml" ; \
+ "cppreference-doxygen-local.tag.xml" "cppreference-doxygen-web.tag.xml" ; \
129
zip -qr "../release/html-book-$(VERSION).zip" "reference" \
130
131
popd
132
133
# zip qch
0 commit comments