X-Git-Url: https://git.distorted.org.uk/~mdw/drwho/blobdiff_plain/74cb24881d623f3e0ac68cbd27123a309566f8b1..1d75e8d311b26f6ab7c05fa52d89fac3dcbecdc8:/Makefile diff --git a/Makefile b/Makefile index 32332b2..771838b 100644 --- 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