aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-04-06 22:03:52 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-04-06 22:09:11 -0400
commit510074f9f0131a04322d6a3d2a51c87e6db243f9 (patch)
treeb6506450917c99e63f5bab7360127fc15214e920 /src
parent3f902354b08ac788600f0ae54fcbfc1d4e3ea765 (diff)
downloadpostgresql-510074f9f0131a04322d6a3d2a51c87e6db243f9.tar.gz
postgresql-510074f9f0131a04322d6a3d2a51c87e6db243f9.zip
Remove use of Jade and DSSSL
All documentation is now built using XSLT. Remove all references to Jade, DSSSL, also JadeTex and some other outdated tooling. For chunked HTML builds, this changes nothing, but removes the transitional "oldhtml" target. The single-page HTML build is ported over to XSLT. For PDF builds, this removes the JadeTex builds and moves the FOP builds in their place.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 06e39c57e92..b83f09f3264 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -399,11 +399,8 @@ STRIP_SHARED_LIB = @STRIP_SHARED_LIB@
# Documentation
-have_docbook = @have_docbook@
-COLLATEINDEX = @COLLATEINDEX@
DBTOEPUB = @DBTOEPUB@
-DOCBOOKSTYLE = @DOCBOOKSTYLE@
-JADE = @JADE@
+FOP = @FOP@
NSGMLS = @NSGMLS@
OSX = @OSX@
XMLLINT = @XMLLINT@