From: Kevin Neufeld Date: Fri, 26 Sep 2008 02:50:51 +0000 (+0000) Subject: updated "make clean" directive to include the newly generated PDFs X-Git-Tag: 1.4.0b1~699 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d23bc7ba3d327b697b8d693db665a82bc1f1a0e;p=postgis 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 --- 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