Skip to content

Commit ac9344e

Browse files
PeterFeichtp12tic
authored andcommitted
Add Doxygen web tag file to HTML book archive
This adds the Doxygen web tag file to the HTML book archive in addition to the local tag file which was already included. Fixes issue #3.
1 parent 619f6d6 commit ac9344e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ release: all
125125
# zip the html output
126126
pushd "output"; \
127127
tar c$(TAR_OPTION)f "../release/html-book-$(VERSION).tar.$(TAR_FORMAT)" "reference" \
128-
"cppreference-doxygen-local.tag.xml" ; \
128+
"cppreference-doxygen-local.tag.xml" "cppreference-doxygen-web.tag.xml" ; \
129129
zip -qr "../release/html-book-$(VERSION).zip" "reference" \
130-
"cppreference-doxygen-local.tag.xml" ; \
130+
"cppreference-doxygen-local.tag.xml" "cppreference-doxygen-web.tag.xml" ; \
131131
popd
132132

133133
# zip qch

0 commit comments

Comments
 (0)