changeset 4200:b021702e6680

Correctly separate Include from Maintainer.
author Bruno Haible <bruno@clisp.org>
date Tue, 21 Jan 2003 13:21:17 +0000
parents 6a6b99a6ed4a
children bd8ff0653fc8
files gnulib-tool
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2003-01-20 10:02:37 $'
+cvsdatestamp='$Date: 2003-01-21 13:21:17 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -231,7 +231,7 @@
   fi
 }
 
-tags_regexp='\(Description\|Files\|Depends-on\|configure\.ac\|Makefile\.am\|Include\)'
+tags_regexp='\(Description\|Files\|Depends-on\|configure\.ac\|Makefile\.am\|Include\|Maintainer\)'
 sed_extract_prog=':[ 	]*$/ {
   :a
     n