diff options
author | M S Vishwanath Bhat <msvbhat@gmail.com> | 2012-07-31 16:28:27 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-07-31 21:16:40 -0700 |
commit | b18c913f58aadcadb830b59d8ed8979d18c0e0d0 (patch) | |
tree | 7ce13f3fe010cebd3253ea23b90eeefce3fdb27a /doc/Makefile.am | |
parent | b21395aee3b5676f94231165f492f776133ff507 (diff) |
Fix issues in make dist
Change-Id: I2fb3b0b35e2b5fdb08ee1857bf31ec8f65889306
BUG: 844669
Signed-off-by: M S Vishwanath Bhat <msvbhat@gmail.com>
Reviewed-on: http://review.gluster.com/3759
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 5eea6618220..0f9feb250b7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ -EXTRA_DIST = glusterfs.vol.sample glusterfsd.vol.sample glusterfs.8 mount.glusterfs.8\ - glusterd.vol gluster.8 glusterd.8 glusterfsd.8 +EXTRA_DIST = glusterfs.8 mount.glusterfs.8 glusterd.vol gluster.8 \ + glusterd.8 glusterfsd.8 voldir = $(sysconfdir)/glusterfs vol_DATA = glusterd.vol |