summaryrefslogtreecommitdiff
path: root/Makefile.DOS.template
diff options
context:
space:
mode:
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 -)