summaryrefslogtreecommitdiff
path: root/Makefile.DOS.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-01-12 19:31:13 -0500
committerPaul Smith <psmith@gnu.org>2013-01-12 19:31:13 -0500
commitcac9f77c965c5f3064a990f516f9b7975aff131f (patch)
tree7ac39c81b91c6f3bfd0bd1f317b16d12b860cc11 /Makefile.DOS.template
parent2febe912fcb4aaf7f93ebf22f52f770a2c1953d7 (diff)
downloadmake-cac9f77c965c5f3064a990f516f9b7975aff131f.tar.gz
Modify instructions, etc. for Git support.
Diffstat (limited to 'Makefile.DOS.template')
-rw-r--r--Makefile.DOS.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.DOS.template b/Makefile.DOS.template
index 0f0b9700..59c34a8f 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 -)