X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fhelp%2FC%2FMakefile;h=e85ad9a99608d4671e01cd9472f9737bdf1e9cb8;hb=78c3f6752108e6c762a31a3e2770d6f1bf448b94;hp=dab6f2b4cf1d6b7e75da774a1b0a3b9e274afdb0;hpb=6f769078a23e6c63706a86a35fdc4e8ba08a5414;p=helm.git diff --git a/matita/help/C/Makefile b/matita/help/C/Makefile index dab6f2b4c..e85ad9a99 100644 --- a/matita/help/C/Makefile +++ b/matita/help/C/Makefile @@ -2,9 +2,9 @@ include ../../../Makefile.defs XSLTPROC=xsltproc -XHTML_XSL=matita-xhtml.xsl -FO_XSL=matita-fo.xsl -TEX_XSL=matita-tex.xsl +XHTML_XSL=xsl/matita-xhtml.xsl +FO_XSL=xsl/matita-fo.xsl +TEX_XSL=xsl/matita-tex.xsl TEX_UNICODE_PATH=$(SRCROOT)/share/texmf/unicode TEX_ENV=TEXINPUTS=.:$(TEX_UNICODE_PATH):$(TEX_UNICODE_PATH)/data: MAIN=matita.xml @@ -12,7 +12,11 @@ DEPS := $(wildcard *.xml) DESTDIR = /usr/local/share/doc/matita/ -all: html txt +all: quickref + +quickref: tactic_quickref.xml +tactic_quickref.xml: xsl/tactic_quickref.xsl sec_tactics.xml + $(XSLTPROC) $< matita.xml > tactic_quickref.xml # one of: "fop", "pdflatex" PDF_METHOD=pdflatex @@ -84,6 +88,8 @@ endif install: install-html install-html: html-stamp cp *.html *.css $(DESTDIR) + test -d $(DESTDIR)/figures || mkdir $(DESTDIR)/figures + cp figures/* $(DESTDIR)/figures/ # shotcuts