(func_all_modules): Exclude all .* files (e.g., Emacs .#* auto-save files).
authorSimon Josefsson <simon@josefsson.org>
Thu, 11 Jan 2007 13:28:50 +0000 (13:28 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 11 Jan 2007 13:28:50 +0000 (13:28 +0000)
ChangeLog
gnulib-tool

index 1461391..6e7203b 100644 (file)
--- 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
index 4027cb8..412cd9e 100755 (executable)
@@ -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 @@ func_all_modules ()
             -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