From: Sandro Santilli Date: Fri, 4 Mar 2005 19:25:16 +0000 (+0000) Subject: removed temp files used in docs creation step X-Git-Tag: pgis_1_0_0RC4~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5c75e3b68221fa6154fb9d99804810e80a9d6c1;p=postgis removed temp files used in docs creation step git-svn-id: http://svn.osgeo.org/postgis/trunk@1491 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/make_dist.sh b/make_dist.sh index 6cc9c236a..af41cb96c 100644 --- a/make_dist.sh +++ b/make_dist.sh @@ -47,10 +47,11 @@ echo "Generating documentation" owd="$PWD" cd "$outdir"/doc sleep 2 # wait some time to have 'make' recognize it needs to build html -make html +make if [ $? -gt 0 ]; then exit 1 fi +make clean # won't drop the html dir cd "$owd" ## generating parser