diff packaging/win-createpackage.sh.in @ 963:62b832d0b839

(issue89) Package help for windows
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 28 Aug 2014 12:54:28 +0200
parents 180daa3ecbec
children 1c1964c27b39 892f923c18d0
line wrap: on
line diff
--- a/packaging/win-createpackage.sh.in	Thu Aug 28 11:26:09 2014 +0200
+++ b/packaging/win-createpackage.sh.in	Thu Aug 28 12:54:28 2014 +0200
@@ -14,8 +14,10 @@
 TMPINST=$(mktemp)
 
 EXEFILES=$(find . -name cinst.exe -o -name trustbridge.exe -o -name mozilla.exe)
+HELPDIR=@CMAKE_BINARY_DIR@/manuals/help-manual/html
 
 cp $EXEFILES $TMPDIR
+cp -r $HELPDIR $TMPDIR/doc
 
 EST_SIZE=$(du -s $TMPDIR | cut -f 1)
 

http://wald.intevation.org/projects/trustbridge/