diff options
author | Varun Shastry <vshastry@redhat.com> | 2014-06-04 15:01:14 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-06-13 09:56:39 -0700 |
commit | 17f366722124cef253822ba3d78c560e766cb242 (patch) | |
tree | 4b1bfa4920b3419e87723d849d200cf7ef757009 /extras/Makefile.am | |
parent | a41f212e4b5bf74e2752370de10b754a1fa3f675 (diff) |
extras: bash command completion for gluster
Change-Id: Ifd6e68b0288dc65e41e467b4ad02bfc3bded341f
BUG: 1108767
Signed-off-by: Varun Shastry <vshastry@redhat.com>
Reviewed-on: http://review.gluster.org/7979
Reviewed-by: Lalatendu Mohanty <lmohanty@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'extras/Makefile.am')
-rw-r--r-- | extras/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extras/Makefile.am b/extras/Makefile.am index 525fa97383c..9395c9c1b65 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -1,7 +1,8 @@ EditorModedir = $(docdir) EditorMode_DATA = glusterfs-mode.el glusterfs.vim -SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM geo-rep +SUBDIRS = init.d systemd benchmarking hook-scripts $(OCF_SUBDIR) LinuxRPM \ + geo-rep confdir = $(sysconfdir)/glusterfs conf_DATA = glusterfs-logrotate gluster-rsyslog-7.2.conf gluster-rsyslog-5.8.conf \ @@ -16,7 +17,8 @@ EXTRA_DIST = $(conf_DATA) specgen.scm MacOSX/Portfile glusterfs-mode.el \ glusterfs.vim migrate-unify-to-distribute.sh backend-xattr-sanitize.sh \ backend-cleanup.sh disk_usage_sync.sh clear_xattrs.sh \ glusterd-sysconfig glusterd.vol post-upgrade-script-for-quota.sh \ - pre-upgrade-script-for-quota.sh + pre-upgrade-script-for-quota.sh command-completion/gluster.bash \ + command-completion/Makefile command-completion/README install-data-local: $(mkdir_p) $(DESTDIR)$(localstatedir)/lib/glusterd/groups |