From: Petter Reinholdtsen Date: Fri, 28 Aug 2015 14:34:50 +0000 (+0200) Subject: Make it easier to use replacement dblatex version. X-Git-Tag: edition-2015-10-10~252 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/59fb2b525a0e0db255c0ad0c1ba32ceae9424dd1?ds=inline Make it easier to use replacement dblatex version. --- diff --git a/Makefile b/Makefile index 7328042..9465f13 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ url = http://www.sslug.dk/~chlor/lessig/freeculture.sgml.2004-04-01.gz # legalpaper, landscape, 11pt, 12pt, oneside, twocolumn, notitlepage, # titlepage, openany, draft, fleqn, leqno # -P latex.class.options=a5paper -DBLATEX = dblatex \ +DBLATEX = dblatex +DBLATEX_OPTS = \ -T simple \ -b xetex \ -r data/dblatex-postprocess \ @@ -87,7 +88,7 @@ html: freeculture.nb.html freeculture.html echo "Using $$pipeline pipeline" ; \ case "$$pipeline" in \ dblatex) \ - PATH=$(PWD)/bin:$$PATH $(DBLATEX) $< ; \ + PATH=$(PWD)/bin:$$PATH $(DBLATEX) $(DBLATEX_OPTS) $< ; \ ;; \ xmlto) \ xmlto --noautosize \