From 510074f9f0131a04322d6a3d2a51c87e6db243f9 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 6 Apr 2017 22:03:52 -0400 Subject: 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. --- src/Makefile.global.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') 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@ -- cgit v1.2.3