From 994b48513e996ec9100ed3555a6f10bddefa3818 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Fri, 10 Aug 2012 21:15:53 +0200 Subject: [PATCH] Use docbook-xsl for PDF. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c38617..99fc523 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ html: freeculture.html freeculture.nb.html # This include images, but the index refs and footnote handling # is broken. - pipeline=dblatex; \ + pipeline=docbook-xsl; \ echo "Using $$pipeline pipeline" ; \ case "$$pipeline" in \ dblatex) \ -- 2.47.2