Mercurial > dive4elements > river
comparison contrib/make_flys_release/bin/make-importer-package.sh @ 6814:e41059fb4073 double-precision
Importer Doc: Update title page automatically.
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Sat, 10 Aug 2013 12:25:58 +0200 |
parents | cff1eea9854f |
children | bb9735fbb680 |
comparison
equal
deleted
inserted
replaced
6813:aa975386d7a9 | 6814:e41059fb4073 |
---|---|
45 tar -xzf "$EXTRAS" | 45 tar -xzf "$EXTRAS" |
46 fi | 46 fi |
47 | 47 |
48 cp ${FLYS_DIR}/backend/doc/schema/*.sql $PKG_DIR/schema | 48 cp ${FLYS_DIR}/backend/doc/schema/*.sql $PKG_DIR/schema |
49 | 49 |
50 # create PDF of manual | |
51 REV=`hg parent | sed -n '1s/[[:alnum:]]*: *\([0-9]*\):.*/\1/;1p'` | |
50 cd ${FLYS_DIR}/backend/doc/documentation/de/ | 52 cd ${FLYS_DIR}/backend/doc/documentation/de/ |
51 make importer-manual.pdf | 53 sed -i "s/documentrevision..rev[0-9]*/documentrevision}{rev$REV/" \ |
54 importer-manual.tex | |
55 pdflatex importer-manual.tex | |
52 cp importer-manual.pdf $PKG_DIR | 56 cp importer-manual.pdf $PKG_DIR |
53 | 57 |
54 sed -i 's/shpimporter\/shp/geodaesie\/shp/' $PKG_DIR/run_geo.sh | 58 sed -i 's/shpimporter\/shp/geodaesie\/shp/' $PKG_DIR/run_geo.sh |
55 | 59 |
56 cd $PKG_DIR/.. | 60 cd $PKG_DIR/.. |