]> matita.cs.unibo.it Git - helm.git/blob - helm/searchEngine/html/Makefile
Unsharing finally introduced (but just for object processing, not yet for terms
[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) $< > $@