X-Git-Url: https://projects.mako.cc/source/bmh-cv/blobdiff_plain/d599b1c29109297b4acbb4f55017808b4a602a59..6dd5d5129a879ade6900f2adf1ae1b14e7d893b3:/Makefile diff --git a/Makefile b/Makefile index 76af31e..74d9c0b 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ #!/usr/bin/make -all: vc $(patsubst %.tex,%.pdf,$(wildcard *.tex)) +all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) pdf: all %.pdf: %.tex + ./vc-git rubber -fd $< clean: @@ -17,7 +18,4 @@ viewpdf: all spell: aspell -c -t --tex-check-comments -b text.tex -vc: - vc-git - .PHONY: clean all