From 002702c89c77479cb1d950f28a32691d0bdcc309 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 12 Jan 2013 19:31:13 -0500 Subject: Modify instructions, etc. for Git support. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 47f2919..c5ea81f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,7 +144,7 @@ gmk-default.h: $(srcdir)/gmk-default.scm # dist-hook: (cd $(srcdir); \ - sub=`find w32 tests -follow \( -name CVS -o -name .deps -o -name work -o -name .cvsignore -o -name \*.orig -o -name \*.rej -o -name \*~ -o -name Makefile \) -prune -o -type f -print`; \ + sub=`find w32 tests -follow \( -name .git -o -name .deps -o -name work -o -name .gitignore -o -name \*.orig -o -name \*.rej -o -name \*~ -o -name Makefile \) -prune -o -type f -print`; \ tar chf - $$sub) \ | (cd $(distdir); tar xfBp -) @@ -206,7 +206,7 @@ check-regression: # --------------- Maintainer's Section # Tell automake that I haven't forgotten about this file and it will be -# created before we build a distribution (see maintMakefile in the CVS +# created before we build a distribution (see maintMakefile in the Git # distribution). README: -- cgit v1.2.3