18
0

added support for the vc plugin

This commit is contained in:
2009-11-27 23:54:12 -05:00
parent 21912b41bb
commit 4e55ac3a57
2 changed files with 6 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ pdf: all
clean:
rubber -d --clean *.tex
rm -f *.tmp
rm -f figures/*.pdf
rm vc
viewpdf: all
evince *.pdf
@@ -17,5 +17,7 @@ viewpdf: all
spell:
aspell -c -t --tex-check-comments -b text.tex
vc:
vc-git
.PHONY: clean all