From: Claudio Sacerdoti Coen Date: Thu, 28 Dec 2000 13:47:20 +0000 (+0000) Subject: Only .xsl files in style are now copied X-Git-Tag: nogzip~40 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=d9d2cc33b01ed9f872d8c51cd60c30a46514ccf2;p=helm.git Only .xsl files in style are now copied --- diff --git a/helm/helm_data/Makefile.in b/helm/helm_data/Makefile.in index 0d8706167..f969fd7a1 100644 --- a/helm/helm_data/Makefile.in +++ b/helm/helm_data/Makefile.in @@ -2,9 +2,9 @@ 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/* $(HELM_STYLES_DIR) + 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