From: Regina Obe Date: Fri, 13 Feb 2009 06:58:56 +0000 (+0000) Subject: git-svn-id: http://svn.osgeo.org/postgis/trunk@3702 b70326c6-7e19-0410-871a-916f4a2858ee X-Git-Tag: 1.4.0b1~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abb6c610e327176b185ff8881007fa213334204e;p=postgis git-svn-id: http://svn.osgeo.org/postgis/trunk@3702 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 3b83a965c..df81522ce 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -48,9 +48,9 @@ PGSQL_MANDIR=@PGSQL_MANDIR@ # build the documentation ifeq ($(XSLTPROC),) all: requirements_not_met_xsltproc -else +else ifeq ($(XSLBASE),) -all: requirements_not_met_xslbase +all: requirements_not_met_xslbase else all: html/postgis.html postgis_comments.sql @@ -59,7 +59,7 @@ endif postgis_aggs_mm.xml: ./xsl/postgis_aggs_mm.xml.xsl reference_new.xml $(XSLTPROC) ./xsl/postgis_aggs_mm.xml.xsl reference_new.xml > $@ - + postgis_comments.sql: ./xsl/postgis_comments.sql.xsl reference_new.xml $(XSLTPROC) ./xsl/postgis_comments.sql.xsl reference_new.xml > $@ @@ -119,7 +119,7 @@ clean: maintainer-clean: clean @rm -f html/*.html \ - postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf + postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1 @mkdir -p $(PGSQL_DOCDIR)/postgis