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
commit002702c89c77479cb1d950f28a32691d0bdcc309 (patch)
tree7ac39c81b91c6f3bfd0bd1f317b16d12b860cc11 /Makefile.DOS.template
parenta3bd466e254e4bbe7e3eb7826d5733ad193fa209 (diff)
downloadgunmake-002702c89c77479cb1d950f28a32691d0bdcc309.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 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 -)