Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean up the test directory for release
  • Loading branch information
slouken committed Dec 31, 2007
1 parent 8ed9b49 commit f77e4c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.in
Expand Up @@ -138,6 +138,7 @@ distclean: clean
rm -f SDL.qpg
rm -f config.status config.cache config.log libtool $(depend)
rm -rf $(srcdir)/autom4te*
rm -rf $(srcdir)/test/autom4te*
find $(srcdir) \( \
-name '*~' -o \
-name '*.bak' -o \
Expand All @@ -154,6 +155,7 @@ dist $(distfile):
tar cf - $(DIST) | (cd $(distdir); tar xf -)
cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h
rm -rf `find $(distdir) -name .svn`
rm -rf $(distdir)/test/autom4te*
find $(distdir) \( \
-name '*~' -o \
-name '*.bak' -o \
Expand Down

0 comments on commit f77e4c8

Please sign in to comment.