mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-10 06:40:59 +00:00
fe47e37a98
git-svn-id: http://s3fs.googlecode.com/svn/trunk@321 df820570-a93a-0410-bd06-b72b767a4274
10 lines
172 B
Makefile
10 lines
172 B
Makefile
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)
|