X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fpapers%2Fmatita%2FMakefile;h=a09321d6b014f850cdb2c5b99047efe0c68dd800;hb=55dc61d4b5a62883ea5532ed61e8780ca82f4bd7;hp=bfae83c3ab7e96356b3c2ad5759782f68485717d;hpb=22360727aa1b513bd1529ef63aadb59b92095922;p=helm.git diff --git a/helm/papers/matita/Makefile b/helm/papers/matita/Makefile index bfae83c3a..a09321d6b 100644 --- a/helm/papers/matita/Makefile +++ b/helm/papers/matita/Makefile @@ -11,7 +11,7 @@ ######################################################################## # list of .tex _main_ files -TEXS = matita.tex +TEXS = matita2.tex # number of runs of latex (for table of contents, list of figures, ...) RUNS = 1 @@ -25,11 +25,14 @@ PDF_VIA_PDFLATEX = yes # which formats generated by default ("all" target)? # (others will be generated by "world" target) # see AVAILABLE_FORMATS below -BUILD_FORMATS = dvi +BUILD_FORMATS = dvi ps # which format to be shown on "make show" SHOW_FORMAT = dvi +######################################################################## +all: + ######################################################################## AVAILABLE_FORMATS = dvi ps ps.gz pdf html @@ -112,7 +115,7 @@ else $(DVIPDF) $< $@ endif %.ps: %.dvi - $(DVIPS) $< + $(DVIPS) -ta4 $< %.ps.gz: %.ps $(GZIP) -c $< > $@ %.html: %.tex