]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/pxp/pxp/examples/xmlforms/styles/Makefile
Initial revision
[helm.git] / helm / DEVEL / pxp / pxp / examples / xmlforms / styles / Makefile
1 .PHONY: all
2 all:
3
4 .PHONY: clean
5 clean:
6
7 .PHONY: CLEAN
8 CLEAN: clean
9
10 .PHONY: distclean
11 distclean: clean
12         rm -f *~
13
14 .PHONY: symlinks
15 symlinks:
16         for x in *-style.xml; do ln -s ../xmlforms $${x%-style.xml} || true; done