diff options
author | Vijay Bellur <vijay@gluster.com> | 2010-09-06 04:07:33 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-06 02:47:04 -0700 |
commit | 59baa88ab0f240e60f9d4044f4cf096a73d33caa (patch) | |
tree | 151409a7bcb34fe1d088b379693a51b612b69921 /doc/Makefile.am | |
parent | 8b30d3459fd92d8c16a009d145142c5b8fe4fe65 (diff) |
doc: Fix make dist failure for gluster.8
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1529 (need man pages for 'gluster' and 'glusterd')
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1529
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 371d1c49c..f3e7168bc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = glusterfs.vol.sample glusterfsd.vol.sample glusterfs.8 mount.glusterfs.8\ porting_guide.txt authentication.txt coding-standard.pdf get_put_api_using_xattr.txt \ - translator-options.txt mac-related-xattrs.txt replicate.pdf glusterd.vol glusterfs.8 + translator-options.txt mac-related-xattrs.txt replicate.pdf glusterd.vol gluster.8 SUBDIRS = examples hacker-guide |