X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=posic%2Ftalks%2FMakefile;h=b58e48339b1482e28810a664a1a6053f37d3fec3;hp=96878c9eae49b5fe017657ec86116b67ac0b20e7;hb=9e37e4e1e7789cc9ab7898066f66dd8a879f0a11;hpb=61ad204bfd8b51870c9292bb5b271ae71f13ba79 diff --git a/posic/talks/Makefile b/posic/talks/Makefile index 96878c9..b58e483 100644 --- a/posic/talks/Makefile +++ b/posic/talks/Makefile @@ -1,6 +1,7 @@ # Makefile LATEX = latex DVIPS = dvips -tlandscape +DVIPDF= dvipdf PS2PDF = ps2pdf SRC := $(shell ls *.tex) @@ -15,8 +16,11 @@ all: $(PDF) %.ps: %.dvi $(DVIPS) $< -%.pdf: %.ps - $(PS2PDF) $< +#%.pdf: %.ps +# $(PS2PDF) $< + +%.pdf: %.dvi + $(DVIPDF) $< clean: rm -f *.log *.aux