Skip to content

Commit

Permalink
"make dist" removes Mercurial directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 23, 2009
1 parent b35a36d commit 0314ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am.newautomake
Expand Up @@ -156,4 +156,5 @@ dist-hook:
echo >> $(distdir)/docs/README
rm -rf `find $(distdir) -name "CVS" -type d`
rm -rf `find $(distdir) -name ".svn" -type d`
rm -rf $(distdir)/.hg

1 change: 1 addition & 0 deletions Makefile.am.oldautomake
Expand Up @@ -52,3 +52,4 @@ dist-hook:
echo >> $(distdir)/docs/README
rm -rf `find $(distdir) -name "CVS" -type d`
rm -rf `find $(distdir) -name ".svn" -type d`
rm -rf $(distdir)/.hg

0 comments on commit 0314ea8

Please sign in to comment.