Add html production for convenience generating the website.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 3 Jun 2017 23:55:13 +0000 (19:55 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 3 Jun 2017 23:55:13 +0000 (19:55 -0400)
Makefile

index 03c9a3d35fa1022496de502d4a69b7f028b167d5..0f7bd783b44cc790d61630ff590cd91ed902f66c 100644 (file)
--- 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