]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/helm_data/Makefile.in
This commit was manufactured by cvs2svn to create branch 'pacchetti'.
[helm.git] / helm / helm_data / Makefile.in
diff --git a/helm/helm_data/Makefile.in b/helm/helm_data/Makefile.in
deleted file mode 100644 (file)
index f969fd7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-HELM_DTDS_DIR=@HELM_DTDS_DIR@
-HELM_STYLES_DIR=@HELM_STYLES_DIR@
-
-install:
-       mkdir -p $(HELM_STYLES_DIR)
-       cp dtd/* $(HELM_DTDS_DIR)
-       cp style/*.xsl $(HELM_STYLES_DIR)
-
-distclean:
-       rm -f Makefile configure config.log config.cache config.status
-
-.PHONY: install distclean