From: Sandro Santilli Date: Mon, 20 Oct 2014 17:01:22 +0000 (+0000) Subject: Really use DBLATEX variable X-Git-Tag: 2.2.0rc1~757 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6acf5b69fe79f0b7e0bde79a049c9ea9aba211d1;p=postgis Really use DBLATEX variable git-svn-id: http://svn.osgeo.org/postgis/trunk@13098 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 63a90f40c..78df5753c 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -266,7 +266,7 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO echo " try installing dblatex and then re-run configure"; \ false; \ else \ - dblatex -T native -t pdf \ + $(DBLATEX) -T native -t pdf \ -I "${PWD}/html" \ -P doc.collab.show=0 \ -P figure.note="${PWD}/html/images/note" \