more dpg talk + changed Makefile
[lectures/latex.git] / posic / talks / Makefile
index 96878c9..b58e483 100644 (file)
@@ -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