X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2FMakefile;h=817d6964ae2bb125cc21d8e472707e3ed4be88ec;hb=eb4144a401147a44a9620169eb6dafeb8f5a2c17;hp=b810489821280318e3638421f211c3b01a3acee4;hpb=a1b8df7488e9bb3005b26b6ca1bf67a734f89c68;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