]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/helm_data/Makefile.in
improved autoconfiguration
[helm.git] / helm / helm_data / Makefile.in
index f969fd7a11a56d0991fafa420340c0cb48684032..bf5738b22c2aefaaa9754065749b12af95db2a87 100644 (file)
@@ -1,12 +1,15 @@
-HELM_DTDS_DIR=@HELM_DTDS_DIR@
-HELM_STYLES_DIR=@HELM_STYLES_DIR@
+
+HELM_DTD_DIR=@HELM_DTD_DIR@
+HELM_STYLE_DIR=@HELM_STYLE_DIR@
+
+all:
 
 install:
-       mkdir -p $(HELM_STYLES_DIR)
-       cp dtd/* $(HELM_DTDS_DIR)
-       cp style/*.xsl $(HELM_STYLES_DIR)
+       cp dtd/* $(HELM_DTD_DIR)
+       cp style/*.xsl $(HELM_STYLE_DIR)
 
 distclean:
        rm -f Makefile configure config.log config.cache config.status
+       rm -rf dtd style
 
-.PHONY: install distclean
+.PHONY: all install distclean