]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/nlibrary/topology/Makefile
74648f75c0a3f01f83a1ab2ddc1ac49abdbf87c3
[helm.git] / helm / software / matita / nlibrary / topology / Makefile
1
2 all:
3         for X in *.ma; do $(MAKE) $$X.html; done
4
5 clean:
6         rm *.html *.png
7
8 %.ma.html: %.ma convert.awk preamble.xml postamble.xml
9         cat preamble.xml > $@
10         awk -f convert.awk < $< | markdown >> $@
11         cat postamble.xml >> $@
12