[postgis-commits] svn - r3109 - trunk/doc

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Tue Oct 14 16:08:01 PDT 2008


Author: kneufeld
Date: 2008-10-14 16:08:00 -0700 (Tue, 14 Oct 2008)
New Revision: 3109

Modified:
   trunk/doc/Makefile.in
Log:
moved cleanup of the pdf to the maintainer-clean target

Modified: trunk/doc/Makefile.in
===================================================================
--- trunk/doc/Makefile.in	2008-10-14 20:45:30 UTC (rev 3108)
+++ trunk/doc/Makefile.in	2008-10-14 23:08:00 UTC (rev 3109)
@@ -79,11 +79,11 @@
 
 clean:
 	@rm -f \
-		postgis-out.xml \
-		postgis-*.pdf 
+		postgis-out.xml
 
 maintainer-clean: clean
-	@rm -f html/*.html
+	@rm -f html/*.html \
+		postgis-*.pdf 
 
 install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1
 	@mkdir -p $(PGSQL_DOCDIR)/postgis



More information about the postgis-commits mailing list