From 4d23bc7ba3d327b697b8d693db665a82bc1f1a0e Mon Sep 17 00:00:00 2001 From: Kevin Neufeld Date: Fri, 26 Sep 2008 02:50:51 +0000 Subject: [PATCH] updated "make clean" directive to include the newly generated PDFs git-svn-id: http://svn.osgeo.org/postgis/trunk@3013 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index 5043a9966..8d006534a 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -77,11 +77,7 @@ postgis.pdf: postgis-out.xml clean: @rm -f \ postgis-out.xml \ - postgis.aux \ - postgis.fo \ - postgis.pdf \ - postgis.out \ - postgis.log + postgis-*.pdf maintainer-clean: clean @rm -f html/*.html -- 2.50.1