Skip to content

Commit

Permalink
aclocal, automake: Install for versioned 1.14 and 1.15 executables
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 14, 2016
1 parent 53215d4 commit caf3b36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions completions/.gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
7za
aclocal-1.1[0123]
aclocal-1.1[012345]
alpine
alternatives
animate
apropos
arm-koji
asciidoc.py
autoheader
automake-1.1[0123]
automake-1.1[012345]
autossh
autoupdate
bsdtar
Expand Down
9 changes: 7 additions & 2 deletions completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,8 @@ CLEANFILES = \
aclocal-1.11 \
aclocal-1.12 \
aclocal-1.13 \
aclocal-1.14 \
aclocal-1.15 \
alpine \
alternatives \
animate \
Expand All @@ -431,6 +433,8 @@ CLEANFILES = \
automake-1.11 \
automake-1.12 \
automake-1.13 \
automake-1.14 \
automake-1.15 \
autossh \
autoupdate \
bsdtar \
Expand Down Expand Up @@ -627,7 +631,8 @@ symlinks: $(targetdir) $(DATA)
rm -f $(targetdir)/$$file && \
$(LN_S) 7z $(targetdir)/$$file ; \
done
for file in aclocal-1.10 aclocal-1.11 aclocal-1.12 aclocal-1.13 ; do \
for file in aclocal-1.10 aclocal-1.11 aclocal-1.12 aclocal-1.13 \
aclocal-1.14 aclocal-1.15 ; do \
rm -f $(targetdir)/$$file && \
$(LN_S) aclocal $(targetdir)/$$file ; \
done
Expand All @@ -640,7 +645,7 @@ symlinks: $(targetdir) $(DATA)
$(LN_S) asciidoc $(targetdir)/$$file ; \
done
for file in automake-1.10 automake-1.11 automake-1.12 automake-1.13 \
; do \
automake-1.14 automake-1.15 ; do \
rm -f $(targetdir)/$$file && \
$(LN_S) automake $(targetdir)/$$file ; \
done
Expand Down
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.1{0..3}
complete -F _automake automake automake-1.1{0..5}

# ex: ts=4 sw=4 et filetype=sh

0 comments on commit caf3b36

Please sign in to comment.