aclocal, automake: Install for *-1.10, *-1.12, and *-1.13 too.
This commit is contained in:
parent
a9db458339
commit
e772425cdd
4
completions/.gitignore
vendored
4
completions/.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user