diff --git a/completions/.gitignore b/completions/.gitignore index 9dfbe916..3b76ba48 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 f312b3a9..4eda2fd0 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 2bbc3152..3e5ae291 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 78bc6db2..cbebf49f 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