drwho.tex: Use TeX quotes, not Unicode.
[drwho] / Makefile
index 32332b2..771838b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,4 @@
 ### -*-makefile-*-
-
-### -*- mode: latex; TeX-PDF-mode: t -*-
 ###
 ### Copyright (c) 2020 Mark Wooding
 ###
@@ -39,16 +37,12 @@ UPLOAD                      += drwho.org
 UPLOAD                 += drwho.pdf drwho.ps
 %.pdf: %.tex
        $(call v_tag,PDFLATEX)pdflatex $<
-
 %.dvi: %.tex
        $(call v_tag,LATEX)latex $<
-
 %.ps: %.dvi
        $(call v_tag,DVIPS)dvips $<
 .PRECIOUS: %.dvi
-
 all:: drwho.pdf drwho.ps
-
 clean::; rm -f *.pdf *.dvi *.ps *.log *.aux
 
 upload: $(UPLOAD) FORCE