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

master
Ville Skyttä 2013-04-06 21:50:52 +03:00
parent a9db458339
commit e772425cdd
4 changed files with 13 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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