From 011d620e8be719f19b9843a623db7102632d3b41 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 3 Apr 2007 23:27:57 +0000 Subject: [PATCH] TEMPLATE-EXTENDED is not a module. --- ChangeLog | 5 +++++ gnulib-tool | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d2def2dc..0655cd1e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-04-03 Bruno Haible + * modules/TEMPLATE-EXTENDED: New file. + * gnulib-tool (func_all_modules, func_verify_module): Exclude it. + +2007-04-03 Bruno Haible + * DEPENDENCIES: New file. Suggested by Simon Josefsson. diff --git a/gnulib-tool b/gnulib-tool index 19870e091..cff06fc74 100755 --- 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 @@ 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. -- 2.11.0