Mercurial > sdl-ios-xcode
changeset 1382:b34d38f76a2a
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Feb 2006 03:11:04 +0000 |
parents | 8570e1f4b1f1 |
children | 1736c5e2173f |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Mon Feb 20 02:30:15 2006 +0000 +++ b/Makefile.in Mon Feb 20 03:11:04 2006 +0000 @@ -123,6 +123,7 @@ $(SHELL) @ac_aux_dir@/mkinstalldirs $(distdir) tar cf - $(DIST) | (cd $(distdir); tar xf -) rm -rf `find $(distdir) -name CVS` + rm -f `find $(distdir) -name '.cvsignore'` rm -f `find $(distdir) -name '.#*'` tar cvf - $(distdir) | gzip --best >$(distfile) rm -rf $(distdir)