Add html production for convenience generating the website.

This commit is contained in:
Eric S. Raymond 2017-06-03 19:55:13 -04:00
parent c0537670c0
commit 43aef9ceb1

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