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 2d2def2..0655cd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
        Suggested by Simon Josefsson.
 
index 19870e0..cff06fc 100755 (executable)
@@ -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 @@ func_all_modules ()
             -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 @@ func_verify_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.