From d9d2cc33b01ed9f872d8c51cd60c30a46514ccf2 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 28 Dec 2000 13:47:20 +0000 Subject: [PATCH] Only .xsl files in style are now copied --- helm/helm_data/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2