X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2FDEVEL%2Fpxp%2Fpxp%2Fexamples%2Fxmlforms%2Fstyles%2FMakefile;fp=helm%2FDEVEL%2Fpxp%2Fpxp%2Fexamples%2Fxmlforms%2Fstyles%2FMakefile;h=0000000000000000000000000000000000000000;hp=c0068a59d22bd29e86a8bd3efef43b1551b7db92;hb=869549224eef6278a48c16ae27dd786376082b38;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8 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