]> granicus.if.org Git - postgis/commitdiff
Try and retain postgis_comments.sql during packaging.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 28 Nov 2009 23:29:48 +0000 (23:29 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Sat, 28 Nov 2009 23:29:48 +0000 (23:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@4928 b70326c6-7e19-0410-871a-916f4a2858ee

make_dist.sh

index e1d226444c5af8b44baa6f83d11ef8190a0998ca..57c0d3445155542cf7694e9b04d6da94e9f1a016 100644 (file)
@@ -72,7 +72,11 @@ make
 if [ $? -gt 0 ]; then
        exit 1
 fi
+# move the comments down a level for safe keeping
+cp postgis_comments.sql ..
 make clean # won't drop the html dir
+# move them back up afterwards
+cp ../postgis_comments.sql .
 cd "$owd"
 
 # Run make distclean