X-Git-Url: https://projects.mako.cc/source/bmh-cv/blobdiff_plain/65f70ced02a2dfaaab5dab9414d03e4855e63e55..2f2dd832ef4bd82cb03b84b2f8b8ab1b3619e22c:/Makefile 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