]> matita.cs.unibo.it Git - helm.git/blob - helm/searchEngine/html/Makefile
the case Appl Meta vs t was not executed in case t was a Constant,Mutcase,Cofix,Fix...
[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) $< > $@