From: Petter Reinholdtsen Date: Thu, 26 Jul 2012 22:13:54 +0000 (+0200) Subject: Fix HTML building rule to one that actually work. X-Git-Tag: edition-2015-10-10~2103 X-Git-Url: https://pere.pagekite.me/gitweb/text-free-culture-lessig.git/commitdiff_plain/5e94cde51d6f3a5142bc4d15b42ed2f3d63bacfd Fix HTML building rule to one that actually work. --- diff --git a/Makefile b/Makefile index 135757c..c67cd8f 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ html: freeculture.html freeculture.nb.html $(DBLATEX) $^ --param=lingua=nb %.html: %.xml - $(XP) $^ && mv index.html $@ + xmlto html-nochunks $^ %.epub: %.xml $(DBTOEPUB) $^ diff --git a/README.md b/README.md index a81e699..1d3da7e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ packages are needed: dbtoepub libxml2-utils gnuplot + xmlto When the build requirements are in place, the PDF and EPUB version of the book can be build by running 'make' on the command line.