[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-260-ge559213

Ville Skyttä ville.skytta at iki.fi
Tue May 3 09:34:29 UTC 2011


The following commit has been merged in the master branch:
commit e5592133a3dcbda3cc375e9c792324cc10ef9087
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue May 3 12:31:37 2011 +0300

    build system: Remove bash-completion.pc with "make clean".

diff --git a/Makefile.am b/Makefile.am
index 0c1d845..5aefd5c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@ pkgconfig_DATA = bash-completion.pc
 bash_completion.sh: bash_completion.sh.in Makefile
 	sed -e 's|@pkgdatadir[@]|$(pkgdatadir)|' <$(srcdir)/$@.in >$@
 
-CLEANFILES = bash_completion.sh
+CLEANFILES = bash_completion.sh bash-completion.pc
 
 EXTRA_DIST = CHANGES $(sysconf_DATA) $(pkgdata_DATA) bash_completion.sh.in
 

-- 
bash-completion



More information about the Bash-completion-commits mailing list