diff packaging/linux-createpackage.sh.in @ 1186:3de099c8129e

Update packaging for moved help files
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 22 Sep 2014 13:17:29 +0200
parents 53a02fbe2fc9
children 014586ef8a84
line wrap: on
line diff
--- a/packaging/linux-createpackage.sh.in	Mon Sep 22 13:11:30 2014 +0200
+++ b/packaging/linux-createpackage.sh.in	Mon Sep 22 13:17:29 2014 +0200
@@ -48,13 +48,13 @@
           "$UNINSTALLER")
 
 ICON="@CMAKE_SOURCE_DIR@/ui/img/logo-128.png"
-HELPFILES=$(find @CMAKE_BINARY_DIR@/manuals/help-manual/html \
+HELPFILES=$(find @CMAKE_BINARY_DIR@/doc/help/client/html \
     -maxdepth 1 -type f -printf "%p \n")
-HELPFILES_STATIC=$(find @CMAKE_BINARY_DIR@/manuals/help-manual/html/_static \
+HELPFILES_STATIC=$(find @CMAKE_BINARY_DIR@/doc/help/client/html/_static \
     -maxdepth 1 -type f -printf "%p \n")
-HELPFILES_IMG=$(find @CMAKE_BINARY_DIR@/manuals/help-manual/html/_images \
+HELPFILES_IMG=$(find @CMAKE_BINARY_DIR@/doc/help/client/html/_images \
     -maxdepth 1 -type f -printf "%p \n")
-HELPFILES_SOURCES=$(find @CMAKE_BINARY_DIR@/manuals/help-manual/html/_sources \
+HELPFILES_SOURCES=$(find @CMAKE_BINARY_DIR@/doc/help/client/html/_sources \
     -maxdepth 1 -type f -printf "%p \n")
 
 # Make installation in TMPDIR, this is what we will put into the

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