From: Sandro Santilli Date: Wed, 16 Jun 2004 18:50:59 +0000 (+0000) Subject: Added postgis_geos_version.h to .cvsignore and to the list of files X-Git-Tag: pgis_0_9_1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78801f83d0afa3075e2f7b6642630627440a6abe;p=postgis Added postgis_geos_version.h to .cvsignore and to the list of files removed by the clean: rule. git-svn-id: http://svn.osgeo.org/postgis/trunk@629 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/.cvsignore b/.cvsignore index 93a38608a..58b8a5f63 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ libpostgis.so.0.8 postgis.sql postgis_undef.sql postgis_old.sql +postgis_geos_version.h diff --git a/Makefile b/Makefile index d6efe723b..49f657efb 100644 --- a/Makefile +++ b/Makefile @@ -219,7 +219,7 @@ uninstall: uninstall-lib @rm -f $(docdir)/contrib/README.postgis $(datadir)/contrib/postgis.sql clean distclean maintainer-clean: clean-lib - @rm -f $(OBJS) postgis.sql postgis_undef.sql + @rm -f $(OBJS) postgis.sql postgis_undef.sql postgis_geos_version.h $(MAKE) -C loader clean $(MAKE) -C doc clean