From: Eric Blake Date: Tue, 22 Aug 2006 20:02:09 +0000 (+0000) Subject: * modules/regexprops-generic: New file. X-Git-Tag: cvs-readonly~2002 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=4b7ef766f7aeee130dcf6b2426d4e0bb1e8d5007;p=gnulib.git * modules/regexprops-generic: New file. * MODULES.html.sh (Support for building documentation): List it. --- diff --git a/ChangeLog b/ChangeLog index 31f61daff..9796f9b43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-22 Eric Blake + + * modules/regexprops-generic: New file. + * MODULES.html.sh (Support for building documentation): List it. + 2006-08-22 Bruno Haible * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES diff --git a/MODULES.html.sh b/MODULES.html.sh index eeb04a839..3120c94a4 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -2111,6 +2111,7 @@ func_all_modules () func_begin_table func_module fdl func_module gendocs + func_module regexprops-generic func_end_table element="Support for maintaining and release projects" diff --git a/modules/regexprops-generic b/modules/regexprops-generic new file mode 100644 index 000000000..3a7f5471a --- /dev/null +++ b/modules/regexprops-generic @@ -0,0 +1,19 @@ +Description: +Describe the various regular expression flavors. + +Files: +doc/regexprops-generic.texi + +Depends-on: + +configure.ac: + +Makefile.am: + +Include: + +License: +public domain + +Maintainer: +James Youngman