mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-16 01:07:11 +00:00
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:
parent
c686a3b2c0
commit
29326b048e
@ -4,6 +4,7 @@ EXTRA_DIST=doc
|
|||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
rm -rf `find $(distdir)/doc -type d -name .svn`
|
rm -rf `find $(distdir)/doc -type d -name .svn`
|
||||||
|
rm -f `find $(distdir)/doc -type f -name Makefile`
|
||||||
|
|
||||||
release : dist ../utils/release.sh
|
release : dist ../utils/release.sh
|
||||||
../utils/release.sh $(DIST_ARCHIVES)
|
../utils/release.sh $(DIST_ARCHIVES)
|
||||||
|
Loading…
Reference in New Issue
Block a user