# HG changeset patch # User Eric Blake # Date 1156276929 0 # Node ID 5b9dbce7a3b6fe07a3b915165e5593231f16786c # Parent 27412cb989c5809cbcaef852ece1ea696b820662 * modules/regexprops-generic: New file. * MODULES.html.sh (Support for building documentation): List it. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -2111,6 +2111,7 @@ 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 --- /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