X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/4e53f79a6ad372180e416d5c54798a10d21b99d8..e27e8b30caf2cac22501362b0da8790457d80631:/Makefile diff --git a/Makefile b/Makefile index 68b3e68..bf8c5a6 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ XSLT = \ data/user_param.xsl DB_XSLT = \ + data/dblatex-endnotes.xsl \ data/xetex_param.xsl HTML_XSLT = \ @@ -36,6 +37,7 @@ HTML_XSLT = \ data/stylesheet-html.xsl PDF_XSLT = \ + $(DB_XSLT) \ $(XSLT) \ data/lulu.xsl \ data/licentia.xsl \ @@ -83,7 +85,7 @@ html: freeculture.nb.html freeculture.html echo "Using $$pipeline pipeline" ; \ case "$$pipeline" in \ dblatex) \ - $(DBLATEX) $< ; \ + PATH=$(PWD)/bin:$$PATH $(DBLATEX) $< ; \ ;; \ xmlto) \ xmlto --noautosize \