mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-05 12:27:53 +00:00
29326b048e
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
11 lines
224 B
Makefile
11 lines
224 B
Makefile
SUBDIRS=src test doc
|
|
|
|
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)
|