From: Ian Jackson Date: Sun, 29 Jan 2023 21:21:58 +0000 (+0000) Subject: Publish the README.html too X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=quacks.git;a=commitdiff_plain;h=7a4caaad5f300d6f43906d19dd2590864e510a71 Publish the README.html too Signed-off-by: Ian Jackson --- 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))