]> granicus.if.org Git - postgis/commitdiff
removed temp files used in docs creation step
authorSandro Santilli <strk@keybit.net>
Fri, 4 Mar 2005 19:25:16 +0000 (19:25 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 4 Mar 2005 19:25:16 +0000 (19:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1491 b70326c6-7e19-0410-871a-916f4a2858ee

make_dist.sh

index 6cc9c236ab0f25d661dd9f1c4aec782dce654fa9..af41cb96c05096685a9b9987203235a38be50528 100644 (file)
@@ -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