From: Mark Wooding Date: Sat, 8 Aug 2020 12:09:12 +0000 (+0100) Subject: Makefile: Gather together the TeX machinery. X-Git-Url: https://git.distorted.org.uk/~mdw/drwho/commitdiff_plain/bfed69c914970519a279f9cb70ae226cbde3b998 Makefile: Gather together the TeX machinery. --- diff --git a/Makefile b/Makefile index 32332b2..f76f4b6 100644 --- a/Makefile +++ b/Makefile @@ -39,16 +39,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