Fixed a bug(doc/Makefile in tarball)

1) Fixes a bug
    Package tarball includes doc/Makefile, this file is not unnecessary for tarball.



git-svn-id: http://s3fs.googlecode.com/svn/trunk@433 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
ggtakec@gmail.com 2013-05-31 02:40:05 +00:00
parent c686a3b2c0
commit 29326b048e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ EXTRA_DIST=doc
dist-hook:
rm -rf `find $(distdir)/doc -type d -name .svn`
rm -f `find $(distdir)/doc -type f -name Makefile`
release : dist ../utils/release.sh
../utils/release.sh $(DIST_ARCHIVES)