mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-22 21:38:24 +00:00
Adding a dist-hook to remove .svn directories from things in EXTRA_DIST.
git-svn-id: http://s3fs.googlecode.com/svn/trunk@321 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
parent
1496f6a81e
commit
fe47e37a98
@ -2,5 +2,8 @@ SUBDIRS=src test doc
|
||||
|
||||
EXTRA_DIST=doc
|
||||
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir)/doc -type d -name .svn`
|
||||
|
||||
release : dist ../utils/release.sh
|
||||
../utils/release.sh $(DIST_ARCHIVES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user