From 5e94cde51d6f3a5142bc4d15b42ed2f3d63bacfd Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Fri, 27 Jul 2012 00:13:54 +0200 Subject: [PATCH] Fix HTML building rule to one that actually work. --- Makefile | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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. -- 2.47.2