Disabled chm file creation.

This commit is contained in:
Davis King 2016-06-25 13:55:41 -04:00
parent 655dfa2bbe
commit 9000d93789

View File

@ -76,12 +76,13 @@ bzip2 $WEBPAGE || report_failure
rm -rf $RELDIR
wine ../docs/chm/htmlhelp/hhc.exe ../docs/chm/lib.hhp
mv ../docs/chm/help.chm dlib_documentation-$RELEASE.chm || report_failure
# Don't make the chm doc file since hhc.exe doesn't run in any copy of wine anymore :(
#wine ../docs/chm/htmlhelp/hhc.exe ../docs/chm/lib.hhp
#mv ../docs/chm/help.chm dlib_documentation-$RELEASE.chm || report_failure
mkdir v$RELEASE
mv dlib_documentation-$RELEASE.chm v$RELEASE
#mv dlib_documentation-$RELEASE.chm v$RELEASE
mv $SOURCE_TAR.bz2 v$RELEASE
mv $SOURCE_ZIP v$RELEASE