From: Eric S. Raymond Date: Sat, 3 Jun 2017 23:55:13 +0000 (-0400) Subject: Add html production for convenience generating the website. X-Git-Tag: 0.90~12 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=43aef9ceb16d0e2821c5ee81ea9d7c2f7ace84bb;ds=sidebyside Add html production for convenience generating the website. --- diff --git a/Makefile b/Makefile index 03c9a3d..0f7bd78 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,8 @@ database.c database.h: compile adventure.text ./compile $(CC) $(CCFLAGS) $(DBX) -c database.c +html: index.html advent.html history.html hints.html + clean: rm -f *.o advent *.html advent.6 database.[ch] compile *.gcno *.gcda cd tests; $(MAKE) --quiet clean