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

This commit is contained in:
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 alpine
alternatives alternatives
animate animate
@ -6,7 +6,7 @@ apropos
arm-koji arm-koji
asciidoc.py asciidoc.py
autoheader autoheader
automake-1.11 automake-1.1[0123]
autossh autossh
autoupdate autoupdate
btdownloadcurses.py btdownloadcurses.py

View File

@ -383,7 +383,10 @@ EXTRA_DIST = $(bashcomp_DATA) \
_mock _modules _subversion _udevadm _yum _yum-utils _mock _modules _subversion _udevadm _yum _yum-utils
CLEANFILES = \ CLEANFILES = \
aclocal-1.10 \
aclocal-1.11 \ aclocal-1.11 \
aclocal-1.12 \
aclocal-1.13 \
alpine \ alpine \
alternatives \ alternatives \
animate \ animate \
@ -391,7 +394,10 @@ CLEANFILES = \
arm-koji \ arm-koji \
asciidoc.py \ asciidoc.py \
autoheader \ autoheader \
automake-1.10 \
automake-1.11 \ automake-1.11 \
automake-1.12 \
automake-1.13 \
autossh \ autossh \
autoupdate \ autoupdate \
btdownloadcurses.py \ btdownloadcurses.py \
@ -571,7 +577,7 @@ CLEANFILES = \
ypcat ypcat
symlinks: $(targetdir) $(DATA) 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 && \ rm -f $(targetdir)/$$file && \
$(LN_S) aclocal $(targetdir)/$$file ; \ $(LN_S) aclocal $(targetdir)/$$file ; \
done done
@ -583,7 +589,8 @@ symlinks: $(targetdir) $(DATA)
rm -f $(targetdir)/$$file && \ rm -f $(targetdir)/$$file && \
$(LN_S) asciidoc $(targetdir)/$$file ; \ $(LN_S) asciidoc $(targetdir)/$$file ; \
done 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 && \ rm -f $(targetdir)/$$file && \
$(LN_S) automake $(targetdir)/$$file ; \ $(LN_S) automake $(targetdir)/$$file ; \
done done

View File

@ -30,6 +30,6 @@ _aclocal()
COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) ) COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
[[ $COMPREPLY == *= ]] && compopt -o nospace [[ $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 # ex: ts=4 sw=4 et filetype=sh

View File

@ -31,6 +31,6 @@ _automake()
_filedir _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 # ex: ts=4 sw=4 et filetype=sh