colormake: New make alias completion (LP: #743208, Debian: #682557).

Thanks to "mreichardt".
This commit is contained in:
Ville Skyttä 2012-07-28 13:06:07 +03:00
parent 371fb91b21
commit 31e262bcaf
2 changed files with 3 additions and 2 deletions

View File

@ -379,6 +379,7 @@ CLEANFILES = \
civserver \
clzip \
co \
colormake \
compare \
compgen \
composite \
@ -684,7 +685,7 @@ symlinks: $(targetdir)
rm -f $(targetdir)/$$file && \
$(LN_S) lzip $(targetdir)/$$file ; \
done
for file in gmake gnumake pmake ; do \
for file in colormake gmake gnumake pmake ; do \
rm -f $(targetdir)/$$file && \
$(LN_S) make $(targetdir)/$$file ; \
done

View File

@ -74,6 +74,6 @@ _make()
fi
} &&
complete -F _make make gmake gnumake pmake
complete -F _make make gmake gnumake pmake colormake
# ex: ts=4 sw=4 et filetype=sh