X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Fexamples%2Fxmlforms%2Fstyles%2FMakefile;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Fexamples%2Fxmlforms%2Fstyles%2FMakefile;h=c0068a59d22bd29e86a8bd3efef43b1551b7db92;hb=c03d2c1fdab8d228cb88aaba5ca0f556318bebc5;hp=0000000000000000000000000000000000000000;hpb=758057e85325f94cd88583feb1fdf6b038e35055;p=helm.git diff --git a/helm/DEVEL/pxp/pxp/examples/xmlforms/styles/Makefile b/helm/DEVEL/pxp/pxp/examples/xmlforms/styles/Makefile new file mode 100644 index 000000000..c0068a59d --- /dev/null +++ b/helm/DEVEL/pxp/pxp/examples/xmlforms/styles/Makefile @@ -0,0 +1,16 @@ +.PHONY: all +all: + +.PHONY: clean +clean: + +.PHONY: CLEAN +CLEAN: clean + +.PHONY: distclean +distclean: clean + rm -f *~ + +.PHONY: symlinks +symlinks: + for x in *-style.xml; do ln -s ../xmlforms $${x%-style.xml} || true; done