]> matita.cs.unibo.it Git - helm.git/blob - daemons/whelp/html/Makefile
tests are now handled with a standard Makefile that does not use do_tests.sh
[helm.git] / daemons / whelp / html / Makefile
1 INC_STYLESHEET = includes.xsl
2 TARGETS = moogle.html moogle_chat.html
3 all: $(TARGETS)
4 clean:
5         rm -f $(TARGETS)
6 %.html: %.html.src *.src
7         xsltproc $(INC_STYLESHEET) $< > $@