[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.1-5-ge772425

Ville Skyttä ville.skytta at iki.fi
Sat Apr 6 18:51:43 UTC 2013


The following commit has been merged in the master branch:
commit e772425cdd660d4d59914d2e067be07d7f4b3504
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Apr 6 21:50:52 2013 +0300

    aclocal, automake: Install for *-1.10, *-1.12, and *-1.13 too.

diff --git a/completions/.gitignore b/completions/.gitignore
index 9dfbe91..3b76ba4 100644
--- a/completions/.gitignore
+++ b/completions/.gitignore
@@ -1,4 +1,4 @@
-aclocal-1.11
+aclocal-1.1[0123]
 alpine
 alternatives
 animate
@@ -6,7 +6,7 @@ apropos
 arm-koji
 asciidoc.py
 autoheader
-automake-1.11
+automake-1.1[0123]
 autossh
 autoupdate
 btdownloadcurses.py
diff --git a/completions/Makefile.am b/completions/Makefile.am
index f312b3a..4eda2fd 100644
--- a/completions/Makefile.am
+++ b/completions/Makefile.am
@@ -383,7 +383,10 @@ EXTRA_DIST = $(bashcomp_DATA) \
 	     _mock _modules _subversion _udevadm _yum _yum-utils
 
 CLEANFILES = \
+	aclocal-1.10 \
 	aclocal-1.11 \
+	aclocal-1.12 \
+	aclocal-1.13 \
 	alpine \
 	alternatives \
 	animate \
@@ -391,7 +394,10 @@ CLEANFILES = \
 	arm-koji \
 	asciidoc.py \
 	autoheader \
+	automake-1.10 \
 	automake-1.11 \
+	automake-1.12 \
+	automake-1.13 \
 	autossh \
 	autoupdate \
 	btdownloadcurses.py \
@@ -571,7 +577,7 @@ CLEANFILES = \
 	ypcat
 
 symlinks: $(targetdir) $(DATA)
-	for file in aclocal-1.11 ; do \
+	for file in aclocal-1.10 aclocal-1.11 aclocal-1.12 aclocal-1.13 ; do \
 		rm -f $(targetdir)/$$file && \
 			$(LN_S) aclocal $(targetdir)/$$file ; \
 	done
@@ -583,7 +589,8 @@ symlinks: $(targetdir) $(DATA)
 		rm -f $(targetdir)/$$file && \
 			$(LN_S) asciidoc $(targetdir)/$$file ; \
 	done
-	for file in automake-1.11 ; do \
+	for file in automake-1.10 automake-1.11 automake-1.12 automake-1.13 \
+		; do \
 		rm -f $(targetdir)/$$file && \
 			$(LN_S) automake $(targetdir)/$$file ; \
 	done
diff --git a/completions/aclocal b/completions/aclocal
index 2bbc315..3e5ae29 100644
--- a/completions/aclocal
+++ b/completions/aclocal
@@ -30,6 +30,6 @@ _aclocal()
     COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
     [[ $COMPREPLY == *= ]] && compopt -o nospace
 } &&
-complete -F _aclocal aclocal aclocal-1.11
+complete -F _aclocal aclocal aclocal-1.1{0..3}
 
 # ex: ts=4 sw=4 et filetype=sh
diff --git a/completions/automake b/completions/automake
index 78bc6db..cbebf49 100644
--- a/completions/automake
+++ b/completions/automake
@@ -31,6 +31,6 @@ _automake()
 
     _filedir
 } &&
-complete -F _automake automake automake-1.11
+complete -F _automake automake automake-1.1{0..3}
 
 # ex: ts=4 sw=4 et filetype=sh

-- 
bash-completion



More information about the Bash-completion-commits mailing list