From 17d01a98f9030a754109e4f8df3e1939607a40b2 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 12 Jun 2012 07:57:33 +0000 Subject: [PATCH] Install comments when available, even withouth XSLTPROC (#1779) git-svn-id: http://svn.osgeo.org/postgis/trunk@9889 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Makefile.in b/doc/Makefile.in index c2d054019..a4f4ecadf 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -215,6 +215,12 @@ cheatsheets: postgis_cheatsheet.html raster_cheatsheet.html topology_cheatsheet. ifeq ($(XSLTPROC),) comments-install: + if test -e postgis_comments.sql -a \ + -e raster_comments.sql -a \ + -e topology_comments.sql -a \ + -e tiger_geocoder_comments.sql; then \ + $(MAKE) -f Makefile.comments install; \ + fi else comments-install: comments $(MAKE) -f Makefile.comments install -- 2.40.0