changeset 8626:eb080a5d05de

TEMPLATE-EXTENDED is not a module.
author Bruno Haible <bruno@clisp.org>
date Tue, 03 Apr 2007 23:27:57 +0000
parents f6cd9f1bb7f0
children fd0df3b4a14d
files ChangeLog gnulib-tool
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-03  Bruno Haible  <bruno@clisp.org>
+
+	* modules/TEMPLATE-EXTENDED: New file.
+	* gnulib-tool (func_all_modules, func_verify_module): Exclude it.
+
 2007-04-03  Bruno Haible  <bruno@clisp.org>
 
 	* DEPENDENCIES: New file.
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2007-03-23 13:11:28 $'
+cvsdatestamp='$Date: 2007-04-03 23:27:57 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 nl='
@@ -826,6 +826,7 @@
             -e '/^COPYING$/d' -e '/\/COPYING$/d' \
             -e '/^README$/d' -e '/\/README$/d' \
             -e '/^TEMPLATE$/d' \
+            -e '/^TEMPLATE-EXTENDED$/d' \
             -e '/^TEMPLATE-TESTS$/d' \
             -e '/^\..*/d' \
             -e '/~$/d' \
@@ -848,6 +849,7 @@
      && test "COPYING" != "$module" \
      && test "README" != "$module" \
      && test "TEMPLATE" != "$module" \
+     && test "TEMPLATE-EXTENDED" != "$module" \
      && test "TEMPLATE-TESTS" != "$module"; then
     # OK, $module is a correct module name.
     # Verify that building the module description with 'patch' succeeds.