[Dive4elements-commits] [PATCH] compile manual from within importer packaging script

Wald Commits scm-commit at wald.intevation.org
Thu Mar 28 17:42:07 CET 2013


# HG changeset patch
# User Tom Gottfried <tom.gottfried at intevation.de>
# Date 1364488920 -3600
# Node ID d5e1e4d9559e87966039f630fac2c456adf20f06
# Parent  d93062c003f6fddc5e060eea0b11e6340ddd341a
compile manual from within importer packaging script

diff -r d93062c003f6 -r d5e1e4d9559e contrib/make_flys_release/bin/make-importer-package.sh
--- a/contrib/make_flys_release/bin/make-importer-package.sh	Thu Mar 28 17:17:19 2013 +0100
+++ b/contrib/make_flys_release/bin/make-importer-package.sh	Thu Mar 28 17:42:00 2013 +0100
@@ -4,9 +4,9 @@
 # See README for more information
 
 # The working directory. Resulting tarball will be placed in the directory above.
-PKG_DIR=/tmp/flys-importer
+PKG_DIR=~/tmp/flys-importer
 # Path to the flys checkout
-FLYS_DIR=/path/to/flys/root
+FLYS_DIR=~/flys/flys/
 # Tarball that will be extracted into flys-imprter/opt
 EXTRAS=$1
 
@@ -46,7 +46,10 @@
 fi
 
 cp ${FLYS_DIR}/flys-backend/doc/schema/*.sql $PKG_DIR/schema
-cp ${FLYS_DIR}/flys-backend/doc/documentation/de/importer-manual.pdf $PKG_DIR
+
+cd ${FLYS_DIR}/flys-backend/doc/documentation/de/
+make importer-manual.pdf
+cp importer-manual.pdf $PKG_DIR
 
 sed -i 's/shpimporter\/shp/geodaesie\/shp/' $PKG_DIR/run_geo.sh
 


More information about the Dive4elements-commits mailing list