From: Sandro Santilli Date: Tue, 12 Jun 2012 07:57:33 +0000 (+0000) Subject: Install comments when available, even withouth XSLTPROC (#1779) X-Git-Tag: 2.1.0beta2~920 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17d01a98f9030a754109e4f8df3e1939607a40b2;p=postgis Install comments when available, even withouth XSLTPROC (#1779) git-svn-id: http://svn.osgeo.org/postgis/trunk@9889 b70326c6-7e19-0410-871a-916f4a2858ee --- 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