]> granicus.if.org Git - postgis/commitdiff
Really use DBLATEX variable
authorSandro Santilli <strk@keybit.net>
Mon, 20 Oct 2014 17:01:22 +0000 (17:01 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 20 Oct 2014 17:01:22 +0000 (17:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13098 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index 63a90f40c54b4489bd3727f953c23632c12b2ac9..78df5753c61197a3be6454178911c77f9235fa72 100644 (file)
@@ -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" \