X-Git-Url: https://git.distorted.org.uk/~mdw/drwho/blobdiff_plain/74cb24881d623f3e0ac68cbd27123a309566f8b1..HEAD:/Makefile diff --git a/Makefile b/Makefile index 32332b2..f28b548 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ ### -*-makefile-*- - -### -*- mode: latex; TeX-PDF-mode: t -*- ### ### Copyright (c) 2020 Mark Wooding ### @@ -31,7 +29,7 @@ FORCE: .PHONY: FORCE V = 0 -v_tag = $(call v_tag_$V,$0) +v_tag = $(call v_tag_$V,$1) v_tag_0 = @printf " %-8s %s\n" "$1" "$@"; UPLOAD += drwho.org @@ -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