From 7f9d100bb28e2fe40a841e4c928a9f502c0ecf83 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 28 Dec 2000 13:44:35 +0000 Subject: [PATCH] bug fixed --- helm/helm_data/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/helm_data/Makefile.in b/helm/helm_data/Makefile.in index 73c14b003..0d8706167 100644 --- a/helm/helm_data/Makefile.in +++ b/helm/helm_data/Makefile.in @@ -3,7 +3,7 @@ HELM_STYLES_DIR=@HELM_STYLES_DIR@ install: mkdir -p $(HELM_STYLES_DIR) - cp dtd/* $(HELM_DTD_DIR) + cp dtd/* $(HELM_DTDS_DIR) cp style/* $(HELM_STYLES_DIR) distclean: -- 2.39.2