X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2FMakefile;h=817d6964ae2bb125cc21d8e472707e3ed4be88ec;hb=eb4144a401147a44a9620169eb6dafeb8f5a2c17;hp=684d6fabf0413d09fc8fc88175c210206ea8b194;hpb=f7a70855d0e4ac435b01d96becdfd9a61b5bd854;p=helm.git diff --git a/helm/software/matita/help/C/Makefile b/helm/software/matita/help/C/Makefile index 684d6fabf..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 -tpdf $< + dblatex -rscripts/fix-symbols.sh -tpdf $< %.dvi: %.xml - dblatex -tdvi $< + dblatex -rscripts/fix-symbols.sh -tdvi $< %.ps: %.xml - dblatex -tps $< + 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