]> granicus.if.org Git - postgis/commitdiff
Do not install intermediary files (#1621)
authorSandro Santilli <strk@keybit.net>
Wed, 29 Feb 2012 13:52:38 +0000 (13:52 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 29 Feb 2012 13:52:38 +0000 (13:52 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9349 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/Makefile.in

index 322aae46c03b0a080e9fb1509cfe4af5104af7d4..825439bd86b1b1d3b80f97d470420f099ac10194 100644 (file)
@@ -14,7 +14,7 @@ MODULE_big=rtpostgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
 MODULEDIR=contrib/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
 
 # Files to be copied to the contrib/ directory
-DATA_built=rtpostgis.sql rtpostgis_drop.sql rtpostgis_upgrade_20_minor.sql rtpostgis_upgrade_cleanup.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql
+DATA_built=rtpostgis.sql rtpostgis_upgrade_20_minor.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql
 DATA=
 
 # SQL objects (files requiring C pre-processing)