Commit d702fdf4 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401386
parent c7eed526
...@@ -123,6 +123,7 @@ dist $(distfile): ...@@ -123,6 +123,7 @@ dist $(distfile):
$(SHELL) @ac_aux_dir@/mkinstalldirs $(distdir) $(SHELL) @ac_aux_dir@/mkinstalldirs $(distdir)
tar cf - $(DIST) | (cd $(distdir); tar xf -) tar cf - $(DIST) | (cd $(distdir); tar xf -)
rm -rf `find $(distdir) -name CVS` rm -rf `find $(distdir) -name CVS`
rm -f `find $(distdir) -name '.cvsignore'`
rm -f `find $(distdir) -name '.#*'` rm -f `find $(distdir) -name '.#*'`
tar cvf - $(distdir) | gzip --best >$(distfile) tar cvf - $(distdir) | gzip --best >$(distfile)
rm -rf $(distdir) rm -rf $(distdir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment