From 7a4caaad5f300d6f43906d19dd2590864e510a71 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 29 Jan 2023 21:21:58 +0000 Subject: [PATCH] Publish the README.html too Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0df6e5d..2c8093e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PUBLISH_MD += pumpkin-books house-rules PUBLISH += pumpkin-books.pdf overflow-tube.pdf index.html -PUBLISH += LICENCE.txt GPL-3.txt CC-BY-SA-4.0.txt +PUBLISH += README.html LICENCE.txt GPL-3.txt CC-BY-SA-4.0.txt PUBLISH += $(addsuffix .md.txt, $(PUBLISH_MD)) PUBLISH += $(addsuffix .md.html, $(PUBLISH_MD)) PUBLISH += $(addsuffix .md.pdf, $(PUBLISH_MD)) -- 2.30.2