move vc to resources (as per the paper template)
authorBenjamin Mako Hill <mako@atdot.cc>
Sun, 11 Dec 2016 02:49:31 +0000 (18:49 -0800)
committerBenjamin Mako Hill <mako@atdot.cc>
Sun, 11 Dec 2016 02:56:34 +0000 (18:56 -0800)
template/Makefile
template/resources/vc-git [moved from vc-git with 100% similarity]
template/resources/vc-git.awk [moved from vc-git.awk with 100% similarity]

index da907e7f6ec75f7bc01cc15c7f5693b3641ef5f6..a3c7b193868c46bd0eef7ff88dc8b5ebe4aaf50b 100644 (file)
@@ -33,7 +33,7 @@ spell:
        aspell -c -t --tex-check-comments -b text.tex
 
 vc:
        aspell -c -t --tex-check-comments -b text.tex
 
 vc:
-       vc-git
+       resources/vc-git
 
 clean: 
        latexmk -C *.tex
 
 clean: 
        latexmk -C *.tex
similarity index 100%
rename from vc-git
rename to template/resources/vc-git
similarity index 100%
rename from vc-git.awk
rename to template/resources/vc-git.awk

Benjamin Mako Hill || Want to submit a patch?