]> matita.cs.unibo.it Git - helm.git/blob - helm/searchEngine/html/Makefile
ocaml 3.09 transition
[helm.git] / helm / searchEngine / 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) $< > $@