Add html production for convenience generating the website.

This commit is contained in:
Eric S. Raymond 2017-06-03 19:55:13 -04:00 committed by NHOrus
parent f11a8e5d7a
commit 1de347ed02

View file

@ -41,6 +41,8 @@ database.c database.h: compile adventure.text
./compile ./compile
$(CC) $(CCFLAGS) $(DBX) -c database.c $(CC) $(CCFLAGS) $(DBX) -c database.c
html: index.html advent.html history.html hints.html
clean: clean:
rm -f *.o advent *.html advent.6 database.[ch] compile *.gcno *.gcda rm -f *.o advent *.html advent.6 database.[ch] compile *.gcno *.gcda
cd tests; $(MAKE) --quiet clean cd tests; $(MAKE) --quiet clean