From: Stefano Zacchiroli Date: Tue, 13 Jun 2006 10:19:57 +0000 (+0000) Subject: use the install target of the manual X-Git-Tag: make_still_working~7207 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c50d613d8e878dc170f50020811630368c49eb97;p=helm.git use the install target of the manual --- 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