From: Sandro Santilli Date: Mon, 11 Jun 2012 18:39:19 +0000 (+0000) Subject: Build and install comments when if possible (#1779) X-Git-Tag: 2.1.0beta2~921 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e72729f3220b732864cbc7d8bf338aadc4d9042c;p=postgis Build and install comments when if possible (#1779) git-svn-id: http://svn.osgeo.org/postgis/trunk@9887 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 5140ebc46..10334385a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -21,7 +21,11 @@ all install uninstall noop clean distclean check: all: postgis_svn_revision.h -install: all +ifneq ($(XSLTPROC),) +all: comments +endif + +install: all comments-install uninstall: docs-uninstall comments-uninstall