From: Paul Ramsey <pramsey@cleverelephant.ca>
Date: Thu, 9 Feb 2012 02:34:32 +0000 (+0000)
Subject: Don't delete the comments.
X-Git-Tag: 2.0.0alpha5~67
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f909b68a614a41e6d9cbd9df86d8d1c543f2cb0b;p=postgis

Don't delete the comments.


git-svn-id: http://svn.osgeo.org/postgis/trunk@9130 b70326c6-7e19-0410-871a-916f4a2858ee
---

diff --git a/doc/Makefile.in b/doc/Makefile.in
index 4f64cae85..ee3c679a1 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -143,7 +143,6 @@ images-clean:
 	$(MAKE) -C html/image_src images-clean
 	
 clean: 
-	@rm -f *.sql
 	@rm -f html/*.html
 	@rm -f postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf
 	$(MAKE) -C html/image_src clean