TEMPLATE-EXTENDED is not a module.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2007 23:27:57 +0000 (23:27 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2007 23:27:57 +0000 (23:27 +0000)
ChangeLog
gnulib-tool

index 2d2def2dc5c25acda0620e531dfb6d9586b87dd2..0655cd1e4c9c636d227d8dfcfd1f7bdd62da5b8b 100644 (file)
--- 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.
 2007-04-03  Bruno Haible  <bruno@clisp.org>
 
        * DEPENDENCIES: New file.
index 19870e0919c9a678562115576c1381de6389e139..cff06fc74a4f8065ad1a50dedd6f3403ecb346d2 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
 
 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='
 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 @@ func_all_modules ()
             -e '/^COPYING$/d' -e '/\/COPYING$/d' \
             -e '/^README$/d' -e '/\/README$/d' \
             -e '/^TEMPLATE$/d' \
             -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' \
             -e '/^TEMPLATE-TESTS$/d' \
             -e '/^\..*/d' \
             -e '/~$/d' \
@@ -848,6 +849,7 @@ func_verify_module ()
      && test "COPYING" != "$module" \
      && test "README" != "$module" \
      && test "TEMPLATE" != "$module" \
      && 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.
      && test "TEMPLATE-TESTS" != "$module"; then
     # OK, $module is a correct module name.
     # Verify that building the module description with 'patch' succeeds.