comparison 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
comparison
equal deleted inserted replaced
1185:69f7d302cdb9 1186:3de099c8129e
46 "@CMAKE_BINARY_DIR@/ui/trustbridge" 46 "@CMAKE_BINARY_DIR@/ui/trustbridge"
47 "@CMAKE_BINARY_DIR@/ui/trustbridge-tray-starter.sh" 47 "@CMAKE_BINARY_DIR@/ui/trustbridge-tray-starter.sh"
48 "$UNINSTALLER") 48 "$UNINSTALLER")
49 49
50 ICON="@CMAKE_SOURCE_DIR@/ui/img/logo-128.png" 50 ICON="@CMAKE_SOURCE_DIR@/ui/img/logo-128.png"
51 HELPFILES=$(find @CMAKE_BINARY_DIR@/manuals/help-manual/html \ 51 HELPFILES=$(find @CMAKE_BINARY_DIR@/doc/help/client/html \
52 -maxdepth 1 -type f -printf "%p \n") 52 -maxdepth 1 -type f -printf "%p \n")
53 HELPFILES_STATIC=$(find @CMAKE_BINARY_DIR@/manuals/help-manual/html/_static \ 53 HELPFILES_STATIC=$(find @CMAKE_BINARY_DIR@/doc/help/client/html/_static \
54 -maxdepth 1 -type f -printf "%p \n") 54 -maxdepth 1 -type f -printf "%p \n")
55 HELPFILES_IMG=$(find @CMAKE_BINARY_DIR@/manuals/help-manual/html/_images \ 55 HELPFILES_IMG=$(find @CMAKE_BINARY_DIR@/doc/help/client/html/_images \
56 -maxdepth 1 -type f -printf "%p \n") 56 -maxdepth 1 -type f -printf "%p \n")
57 HELPFILES_SOURCES=$(find @CMAKE_BINARY_DIR@/manuals/help-manual/html/_sources \ 57 HELPFILES_SOURCES=$(find @CMAKE_BINARY_DIR@/doc/help/client/html/_sources \
58 -maxdepth 1 -type f -printf "%p \n") 58 -maxdepth 1 -type f -printf "%p \n")
59 59
60 # Make installation in TMPDIR, this is what we will put into the 60 # Make installation in TMPDIR, this is what we will put into the
61 # shar-archive. 61 # shar-archive.
62 echo "Using $TMPDIR for temporary installation to build installer..." 62 echo "Using $TMPDIR for temporary installation to build installer..."

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