From c50d613d8e878dc170f50020811630368c49eb97 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 13 Jun 2006 10:19:57 +0000 Subject: [PATCH] use the install target of the manual --- helm/www/matita/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/www/matita/Makefile b/helm/www/matita/Makefile index 0c73ec7f3..e61f930ca 100644 --- a/helm/www/matita/Makefile +++ b/helm/www/matita/Makefile @@ -1,7 +1,7 @@ # should be a checked out version of sofware/matita/help/C/ (or a symlink to it) DOCS_SRC_DIR = docs-src -DOCS_DEST_DIR = docs/manual +DOCS_DEST_DIR = $(CURDIR)/docs/manual MARGIN_X=30 MARGIN_Y=206 @@ -26,7 +26,7 @@ manual-stamp: $(DOCS_SRC_DIR)/*.xml $(DOCS_SRC_DIR)/*.xsl $(MAKE) -C $(DOCS_SRC_DIR)/ html rm -rf $(DOCS_DEST_DIR)/* test -d $(DOCS_DEST_DIR)/ || mkdir -p $(DOCS_DEST_DIR)/ - cp $(DOCS_SRC_DIR)/*.html $(DOCS_SRC_DIR)/*.css $(DOCS_DEST_DIR)/ + $(MAKE) -C $(DOCS_SRC_DIR) install DESTDIR=$(DOCS_DEST_DIR)/ touch $@ papers: papers.shtml -- 2.39.2