=== modified file 'build.sh' --- build.sh 2009-11-23 21:59:14 +0000 +++ build.sh 2009-11-24 17:36:04 +0000 @@ -1,5 +1,13 @@ #!/bin/bash echo "Building HTML files" +myargs=$1 +if [ "$1" = "clean" ] +then mvn clean docbkx:generate-html echo "Building PDF files" mvn clean docbkx:generate-pdf +else +mvn docbkx:generate-html +echo "Building PDF files" +mvn docbkx:generate-pdf +fi === modified file 'src/docbkx/en/dhis2_gis_user_manual_en.xml' --- src/docbkx/en/dhis2_gis_user_manual_en.xml 2009-11-22 12:24:51 +0000 +++ src/docbkx/en/dhis2_gis_user_manual_en.xml 2009-11-24 17:36:04 +0000 @@ -60,7 +60,7 @@ Production of GeoJSON files with GDAL GDAL is a multi-platform toolkit for the manipulation of geographical data. It is freely available for a wide-range of platforms - at http://gdal.org + at http://gdal.org Production of GeoJSON files are straightforward with GDAL. Just execute (on Windows) ogr2ogr.exe -f "GeoJSON" dst_datasource_name src_datasource_name @@ -82,7 +82,7 @@ Administrator panel - + @@ -121,7 +121,7 @@ Register Geodata Panel - +