From b278ff4b71f2b779810383ec1bba147cc5b2e07d Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 29 May 2012 08:54:45 +0530 Subject: doc: changed installation to not install man pages this is temporary fix till man pages are updated to match the release data. Change-Id: I78ce4ee303ebc2aefc9d630d9c72d7b4bfa9a404 Signed-off-by: Amar Tumballi BUG: 825906 Reviewed-on: http://review.gluster.com/3473 Tested-by: Gluster Build System Tested-by: Kaushal M Reviewed-by: Kaushal M Reviewed-by: Vijay Bellur --- doc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 5eea66182..aee7b0b61 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,6 +4,7 @@ EXTRA_DIST = glusterfs.vol.sample glusterfsd.vol.sample glusterfs.8 mount.gluste voldir = $(sysconfdir)/glusterfs vol_DATA = glusterd.vol -man8_MANS = glusterfs.8 mount.glusterfs.8 gluster.8 glusterd.8 glusterfsd.8 +# TODO: update man pages and uncomment this section +#man8_MANS = glusterfs.8 mount.glusterfs.8 gluster.8 glusterd.8 glusterfsd.8 CLEANFILES = -- cgit