We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787e97e commit d82441fCopy full SHA for d82441f
make_chm_en.sh
@@ -56,3 +56,4 @@ sed "s/cppreference\.chm/cppreference-en-${VERSION}\.chm/" cppreference.hhp > "c
56
# Compile and package UTF-8 version
57
"${HHC}" "cppreference-en-${VERSION}.hhp"
58
"${_7Z}" a -mx9 "cppreference-en-${VERSION}-chm-project.7z" "cppreference-en-${VERSION}.hhp" cppreference.{hhc,hhk} hh{a.dll,c.exe} chmhelp/*
59
+tar caf "cppreference-en-${VERSION}-chm-project.tar.xz" "cppreference-en-${VERSION}.hhp" cppreference.{hhc,hhk} hh{a.dll,c.exe} chmhelp/*
0 commit comments