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.DOS.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.DOS.template') diff --git a/Makefile.DOS.template b/Makefile.DOS.template index 0f0b970..59c34a8 100644 --- a/Makefile.DOS.template +++ b/Makefile.DOS.template @@ -506,7 +506,7 @@ html # dist-hook: (cd $(srcdir); \ - w32=`find w32 -follow \( -name CVS -prune \) -o -type f -print`; \ + w32=`find w32 -follow \( -name .git -prune \) -o -type f -print`; \ tar chf - $$w32) \ | (cd $(distdir); tar xfBp -) -- cgit v1.2.3