changeset 7184:5b9dbce7a3b6

* modules/regexprops-generic: New file. * MODULES.html.sh (Support for building documentation): List it.
author Eric Blake <ebb9@byu.net>
date Tue, 22 Aug 2006 20:02:09 +0000
parents 27412cb989c5
children 90f5608d1c64
files ChangeLog MODULES.html.sh modules/regexprops-generic
diffstat 3 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 22 19:38:57 2006 +0000
+++ b/ChangeLog	Tue Aug 22 20:02:09 2006 +0000
@@ -1,3 +1,8 @@
+2006-08-22  Eric Blake  <ebb9@byu.net>
+
+	* modules/regexprops-generic: New file.
+	* MODULES.html.sh (Support for building documentation): List it.
+
 2006-08-22  Bruno Haible <bruno@clisp.org>
 
 	* gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
--- a/MODULES.html.sh	Tue Aug 22 19:38:57 2006 +0000
+++ b/MODULES.html.sh	Tue Aug 22 20:02:09 2006 +0000
@@ -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"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/modules/regexprops-generic	Tue Aug 22 20:02:09 2006 +0000
@@ -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