]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/pxp/pxp/examples/xmlforms/styles/Makefile
Initial revision
[helm.git] / helm / DEVEL / pxp / pxp / examples / xmlforms / styles / Makefile
diff --git a/helm/DEVEL/pxp/pxp/examples/xmlforms/styles/Makefile b/helm/DEVEL/pxp/pxp/examples/xmlforms/styles/Makefile
new file mode 100644 (file)
index 0000000..c0068a5
--- /dev/null
@@ -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