X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fhelp%2FC%2FMakefile;h=817d6964ae2bb125cc21d8e472707e3ed4be88ec;hb=e880d6eab5e1700f4a625ddcd7d0fa8f0cce2dcc;hp=37df4f3e481e28829aef0c8450edb70b78202d1e;hpb=2dee4815ff382919e3eeb8868a579c75648a4240;p=helm.git diff --git a/helm/software/matita/help/C/Makefile b/helm/software/matita/help/C/Makefile index 37df4f3e4..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 -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