From 9813f02000809de15d919941db34e2466fbaf394 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 18 Dec 2021 14:12:54 +0100 Subject: [PATCH] Add HTML build rule. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 816a9c5..1ef9f6a 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,9 @@ $(SOURCE)-body.xml: $(SOURCE).rst Makefile .xml.epub: dbtoepub -s epub.xsl $^ -o $@ +.xml.html: + xmlto html-nochunks $^ + clean: $(RM) *~ -- 2.47.2