[PATCH] Add recursive copy for html documentation for windows

Wald Commits scm-commit at wald.intevation.org
Fri Aug 29 10:26:13 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1409300770 -7200
# Node ID cbd32175c56c57dc4f3105bcb4d18db64fb303a9
# Parent  6d8382a1b8747987540eab363b35995226d41c69
Add recursive copy for html documentation for windows

diff -r 6d8382a1b874 -r cbd32175c56c packaging/create-dist-package.sh.in
--- a/packaging/create-dist-package.sh.in	Thu Aug 28 17:51:32 2014 +0200
+++ b/packaging/create-dist-package.sh.in	Fri Aug 29 10:26:10 2014 +0200
@@ -40,7 +40,7 @@
 cp @CMAKE_SOURCE_DIR@/build-windows/ui/trustbridge.exe $TMPDIR/windows
 cp @CMAKE_SOURCE_DIR@/build-windows/cinst/cinst.exe $TMPDIR/windows
 cp @CMAKE_SOURCE_DIR@/build-windows/cinst/mozilla.exe $TMPDIR/windows
-cp @CMAKE_BINARY_DIR@/manuals/help-manual/html $TMPDIR/windows/doc
+cp -r @CMAKE_BINARY_DIR@/manuals/help-manual/html $TMPDIR/windows/doc
 
 cp @CMAKE_SOURCE_DIR@/packaging/filelist.nsh $TMPDIR
 cp @CMAKE_SOURCE_DIR@/packaging/trustbridge.nsi $TMPDIR


More information about the Trustbridge-commits mailing list