Skip to content

Commit 0fd831e

Browse files
committed
preprocess: pack more files for html book
1 parent e7d1c05 commit 0fd831e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preprocess-zh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ make doc_doxygen doc_devhelp
159159

160160
# package processed files
161161
cd output
162-
"${_7Z}" a -mx9 -myx9 -mqs "../../html-book-${VERSION}.7z" ./reference cppreference-doc-zh-c.devhelp2 cppreference-doc-zh-cpp.devhelp2 cppreference-doxygen-web.tag.xml cppreference-doxygen-local.tag.xml
162+
"${_7Z}" a -mx9 -myx9 -mqs "../../html-book-${VERSION}.7z" ./reference cppreference-doc-zh-c.devhelp2 cppreference-doc-zh-cpp.devhelp2 cppreference-doxygen-web.tag.xml cppreference-doxygen-local.tag.xml devhelp-index-c.xml devhelp-index-cpp.xml link-map.xml
163163
cd ..
164164

165165
# build qch book

0 commit comments

Comments
 (0)