From f128ebb1623d11915770da930ba25de82e62814e Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Tue, 11 Sep 2018 14:43:24 -0700 Subject: [PATCH] change the way that the vc file is built --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index cebc6b3..74d9c0b 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ #!/usr/bin/make -all: vc $(patsubst %.tex,%.pdf,$(wildcard *.tex)) +all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) pdf: all %.pdf: %.tex + ./vc-git rubber -fd $< - rm -f vc clean: rubber -d --clean *.tex @@ -18,7 +18,4 @@ viewpdf: all spell: aspell -c -t --tex-check-comments -b text.tex -vc: - ./vc-git - .PHONY: clean all -- 2.30.2