X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=posic%2Ftalks%2FMakefile;h=faf112791074ba380828c83a998198693df2b60a;hb=0034511d32ceadc7572f9d277fdd690f64c5c507;hp=b58e48339b1482e28810a664a1a6053f37d3fec3;hpb=9e37e4e1e7789cc9ab7898066f66dd8a879f0a11;p=lectures%2Flatex.git diff --git a/posic/talks/Makefile b/posic/talks/Makefile index b58e483..faf1127 100644 --- a/posic/talks/Makefile +++ b/posic/talks/Makefile @@ -3,6 +3,7 @@ LATEX = latex DVIPS = dvips -tlandscape DVIPDF= dvipdf PS2PDF = ps2pdf +PDFLATEX = pdflatex SRC := $(shell ls *.tex) PDF = $(SRC:%.tex=%.pdf) @@ -22,5 +23,8 @@ all: $(PDF) %.pdf: %.dvi $(DVIPDF) $< +#%.dvi: %.tex +# $(PDFLATEX) $< + clean: rm -f *.log *.aux