summaryrefslogtreecommitdiff
path: root/gnulib-tool
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-04-03 23:27:57 +0000
committerBruno Haible <bruno@clisp.org>2007-04-03 23:27:57 +0000
commit011d620e8be719f19b9843a623db7102632d3b41 (patch)
tree1af4c3d13d300331bd02ea0f7e1d2570b853a81c /gnulib-tool
parentcc9d1ffa0832f70e45ed221d44b489beced5bf2b (diff)
downloadgnulib-011d620e8be719f19b9843a623db7102632d3b41.tar.gz
TEMPLATE-EXTENDED is not a module.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-xgnulib-tool4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnulib-tool b/gnulib-tool
index 19870e0919..cff06fc74a 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.