diff options
author | Paul Smith <psmith@gnu.org> | 2013-01-12 19:31:13 -0500 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-01-12 19:31:13 -0500 |
commit | 002702c89c77479cb1d950f28a32691d0bdcc309 (patch) | |
tree | 7ac39c81b91c6f3bfd0bd1f317b16d12b860cc11 /Makefile.DOS.template | |
parent | a3bd466e254e4bbe7e3eb7826d5733ad193fa209 (diff) | |
download | gunmake-002702c89c77479cb1d950f28a32691d0bdcc309.tar.gz |
Modify instructions, etc. for Git support.
Diffstat (limited to 'Makefile.DOS.template')
-rw-r--r-- | Makefile.DOS.template | 2 |
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 -) |