changeset 7858:08609b22ffd5

(func_all_modules): Exclude all .* files (e.g., Emacs .#* auto-save files).
author Simon Josefsson <simon@josefsson.org>
date Thu, 11 Jan 2007 13:28:50 +0000
parents 978cf3123a32
children 43089db2826c
files ChangeLog gnulib-tool
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-11  Simon Josefsson  <simon@josefsson.org>
+
+	* gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
+	Emacs .#* auto-save files).
+
 2007-01-11  Bruno Haible  <bruno@clisp.org>
 
 	* gnulib-tool (func_all_modules): Exclude all files inside the CVS
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2007-01-11 13:12:56 $'
+cvsdatestamp='$Date: 2007-01-11 13:28:50 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 nl='
@@ -825,6 +825,7 @@
             -e '/^README$/d' -e '/\/README$/d' \
             -e '/^TEMPLATE$/d' \
             -e '/^TEMPLATE-TESTS$/d' \
+            -e '/^\..*/d' \
             -e '/~$/d' \
       | sed -e '/-tests$/d' \
       | LC_ALL=C sort -u