X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/af2f3e09346f3c7ba0c49fd5efa59277a26f64f9..245c5274309c2e542ce4348846d626d4703e7d6a:/Makefile diff --git a/Makefile b/Makefile index 4775fc2..a86141d 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ DBLATEX = dblatex \ --xsl-user=data/dblatex-endnotes.xsl \ --xsl-user=data/user_param.xsl \ --xsl-user=data/xetex_param.xsl \ + -V \ -p data/pdf.xsl @@ -28,6 +29,7 @@ XSLT = \ data/user_param.xsl DB_XSLT = \ + data/dblatex-endnotes.xsl \ data/xetex_param.xsl HTML_XSLT = \ @@ -36,6 +38,7 @@ HTML_XSLT = \ data/stylesheet-html.xsl PDF_XSLT = \ + $(DB_XSLT) \ $(XSLT) \ data/lulu.xsl \ data/licentia.xsl \ @@ -66,7 +69,7 @@ html: freeculture.nb.html freeculture.html # # dblatex: # This converts the docbook content to latex and leave it to latex -# to format it. Index ranges are broken. +# to format it. Index ranges are broken in oldstable, fixed in jessie. # # xmlto: # Alternative processing path to dblatex is to use xmlto using fop