X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/blobdiff_plain/4d3644efeb215ee05c655c06c7c8524b503c22f3..7c92cd4dbe3c2eb17c31920eee909c315ed517e6:/Makefile diff --git a/Makefile b/Makefile index 135757c..345b194 100644 --- a/Makefile +++ b/Makefile @@ -17,12 +17,6 @@ DBLATEX = dblatex \ -p data/pdf.xsl \ --param=lingua=nb -# HTML rule -XP = xsltproc \ - --nonet \ - --novalid \ - --xinclude data/html.xsl - DBTOEPUB = dbtoepub all: lint lint.nb epub pdf @@ -41,7 +35,7 @@ html: freeculture.html freeculture.nb.html $(DBLATEX) $^ --param=lingua=nb %.html: %.xml - $(XP) $^ && mv index.html $@ + xmlto html-nochunks $^ %.epub: %.xml $(DBTOEPUB) $^