Skip to content

Commit

Permalink
Clean out the tests before creating distribution archive
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 17, 2006
1 parent e6dd0d7 commit d14b312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Expand Up @@ -158,6 +158,7 @@ dist $(distfile):
-name '*.orig' -o \
-name '.#*' \) \
-exec rm -f {} \;
if test -f $(distdir)/test/Makefile; then (cd $(distdir)/test && make distclean); fi
tar cvf - $(distdir) | gzip --best >$(distfile)
rm -rf $(distdir)

Expand Down

0 comments on commit d14b312

Please sign in to comment.