Skip to content

Commit

Permalink
aclocal, automake: Install for *-1.10, *-1.12, and *-1.13 too.
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 6, 2013
1 parent a9db458 commit e772425
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions completions/.gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
aclocal-1.11
aclocal-1.1[0123]
alpine
alternatives
animate
apropos
arm-koji
asciidoc.py
autoheader
automake-1.11
automake-1.1[0123]
autossh
autoupdate
btdownloadcurses.py
Expand Down
11 changes: 9 additions & 2 deletions completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -383,15 +383,21 @@ 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 \
apropos \
arm-koji \
asciidoc.py \
autoheader \
automake-1.10 \
automake-1.11 \
automake-1.12 \
automake-1.13 \
autossh \
autoupdate \
btdownloadcurses.py \
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion completions/aclocal
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion completions/automake
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e772425

Please sign in to comment.