From 6e181c1ce17c74ed2ae287b9575614c2c60a6c11 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 13 Feb 2012 20:44:33 +0000 Subject: [PATCH] Install topology_comments.sql as well git-svn-id: http://svn.osgeo.org/postgis/trunk@9177 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile.comments.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.comments.in b/doc/Makefile.comments.in index 6b141ce03..4361b2fe1 100644 --- a/doc/Makefile.comments.in +++ b/doc/Makefile.comments.in @@ -18,7 +18,7 @@ MODULE_doc=postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@ MODULEDIR=contrib/$(MODULE_doc) # Files to be copied to the contrib/ directory -DATA_built=postgis_comments.sql raster_comments.sql +DATA_built=postgis_comments.sql raster_comments.sql topology_comments.sql # PGXS information PG_CONFIG = @PGCONFIG@ -- 2.50.1