From: Enrico Tassi Date: Tue, 25 Nov 2008 19:15:53 +0000 (+0000) Subject: ... X-Git-Tag: make_still_working~4507 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=693c001c917a04344e81fee6e032efc3a9aa1cb9;p=helm.git ... --- diff --git a/helm/software/matita/help/C/Makefile b/helm/software/matita/help/C/Makefile index b81048982..817d6964a 100644 --- a/helm/software/matita/help/C/Makefile +++ b/helm/software/matita/help/C/Makefile @@ -28,20 +28,22 @@ pdf-stamp: $(patsubst %.xml,%.pdf,$(MAIN)) touch $@ %.pdf: %.xml - dblatex -rscripts/fix-symbols.sh -tpdf $< || dblatex -tpdf $< + dblatex -rscripts/fix-symbols.sh -tpdf $< %.dvi: %.xml dblatex -rscripts/fix-symbols.sh -tdvi $< %.ps: %.xml dblatex -rscripts/fix-symbols.sh -tps $< -install: install-html -install-html: html-stamp pdf-stamp +install: install-html install-pdf +install-pdf: pdf-stamp + mkdir -p $(DESTDIR)/pdf + cp matita.pdf $(DESTDIR)/pdf + +install-html: html-stamp mkdir -p $(DESTDIR)/html cp *.html *.css $(DESTDIR)/html test -d $(DESTDIR)/html/figures || mkdir $(DESTDIR)/html/figures cp figures/* $(DESTDIR)/html/figures/ - mkdir -p $(DESTDIR)/pdf - cp matita.pdf $(DESTDIR)/pdf clean: rm -f *.html *.pdf *.ps *.dvi *.tex