]> pere.pagekite.me Git - text-epistlene.git/commitdiff
Add HTML build rule.
authorPetter Reinholdtsen <pere@hungry.com>
Sat, 18 Dec 2021 13:12:54 +0000 (14:12 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Sat, 18 Dec 2021 13:12:54 +0000 (14:12 +0100)
Makefile

index 816a9c516aa5f420335155e3538c3b0052e2aca6..1ef9f6a2208f019115fe53d9742e28c9a4e808d6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,9 @@ $(SOURCE)-body.xml: $(SOURCE).rst Makefile
 .xml.epub:
        dbtoepub -s epub.xsl $^ -o $@
 
 .xml.epub:
        dbtoepub -s epub.xsl $^ -o $@
 
+.xml.html:
+       xmlto html-nochunks $^
+
 clean:
        $(RM) *~
 
 clean:
        $(RM) *~