From b20edd6acfd5aef4e298ba6da4edcf59c002c5c9 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Mon, 30 Jul 2012 17:15:18 +0200 Subject: [PATCH] Switch back to dblatex, to get pictures and a working index. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 48e4e58..2305937 100644 --- a/Makefile +++ b/Makefile @@ -32,12 +32,12 @@ epub: freeculture.nb.epub html: freeculture.html freeculture.nb.html %.pdf: %.xml -# $(DBLATEX) $^ --param=lingua=nb + $(DBLATEX) $^ --param=lingua=nb # Alternative processing path to dblatex is to use xmlto using fop to # create PDF like this. The PDF output (visual design) is better, but -# the PDF index and footnote handling is worse. - xmlto --noautosize -m xmlto-pdf.xsl --with-fop pdf $^ +# the PDF index and footnote handling is worse and images are missing. +# xmlto --noautosize -m xmlto-pdf.xsl --with-fop pdf $^ %.html: %.xml xmlto html-nochunks $^ -- 2.47.2