mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Disabled chm file creation.
This commit is contained in:
parent
655dfa2bbe
commit
9000d93789
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user