From 29326b048e9d1e45860b053c2fc0170fbc1e4481 Mon Sep 17 00:00:00 2001 From: "ggtakec@gmail.com" Date: Fri, 31 May 2013 02:40:05 +0000 Subject: [PATCH] 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 5144b95..4b315ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)