[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-22-g31e262b

Ville Skyttä ville.skytta at iki.fi
Sat Jul 28 10:09:47 UTC 2012


The following commit has been merged in the master branch:
commit 31e262bcaf9bee249deb24a0e08cd85346d7a628
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jul 28 13:06:07 2012 +0300

    colormake: New make alias completion (LP: #743208, Debian: #682557).
    
    Thanks to "mreichardt".

diff --git a/completions/Makefile.am b/completions/Makefile.am
index 02f239c..13fc83b 100644
--- a/completions/Makefile.am
+++ b/completions/Makefile.am
@@ -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
diff --git a/completions/make b/completions/make
index 1aec348..aa19b24 100644
--- a/completions/make
+++ b/completions/make
@@ -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

-- 
bash-completion



More information about the Bash-completion-commits mailing list