From: Bruno Haible Date: Tue, 21 Jan 2003 13:21:17 +0000 (+0000) Subject: Correctly separate Include from Maintainer. X-Git-Tag: cvs-readonly~4976 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=cbe1251131357f2a41334423628db8347e0a4294;p=gnulib.git Correctly separate Include from Maintainer. --- diff --git a/gnulib-tool b/gnulib-tool index d5991fc5d..89037fb19 100755 --- 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 @@ func_verify_module () 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