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=0000000000000000000000000000000000000000;hb=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=c0068a59d22bd29e86a8bd3efef43b1551b7db92;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;p=helm.git diff --git a/helm/DEVEL/pxp/pxp/examples/xmlforms/styles/Makefile b/helm/DEVEL/pxp/pxp/examples/xmlforms/styles/Makefile deleted file mode 100644 index c0068a59d..000000000 --- a/helm/DEVEL/pxp/pxp/examples/xmlforms/styles/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -.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