From d76b267c21502bc6e336358397b311e65adc0067 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sat, 10 Dec 2016 18:49:31 -0800 Subject: [PATCH] move vc to resources (as per the paper template) --- template/Makefile | 2 +- vc-git => template/resources/vc-git | 0 vc-git.awk => template/resources/vc-git.awk | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename vc-git => template/resources/vc-git (100%) rename vc-git.awk => template/resources/vc-git.awk (100%) diff --git a/template/Makefile b/template/Makefile index da907e7..a3c7b19 100644 --- a/template/Makefile +++ b/template/Makefile @@ -33,7 +33,7 @@ spell: aspell -c -t --tex-check-comments -b text.tex vc: - vc-git + resources/vc-git clean: latexmk -C *.tex diff --git a/vc-git b/template/resources/vc-git similarity index 100% rename from vc-git rename to template/resources/vc-git diff --git a/vc-git.awk b/template/resources/vc-git.awk similarity index 100% rename from vc-git.awk rename to template/resources/vc-git.awk -- 2.30.2