*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401386
This commit is contained in:
Sam Lantinga 2006-02-20 03:11:04 +00:00
parent c7eed5263e
commit d702fdf4ad

View file

@ -123,6 +123,7 @@ dist $(distfile):
$(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)