* modules/regexprops-generic: New file.
authorEric Blake <ebb9@byu.net>
Tue, 22 Aug 2006 20:02:09 +0000 (20:02 +0000)
committerEric Blake <ebb9@byu.net>
Tue, 22 Aug 2006 20:02:09 +0000 (20:02 +0000)
* MODULES.html.sh (Support for building documentation): List it.

ChangeLog
MODULES.html.sh
modules/regexprops-generic [new file with mode: 0644]

index 31f61da..9796f9b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index eeb04a8..3120c94 100755 (executable)
@@ -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 (file)
index 0000000..3a7f547
--- /dev/null
@@ -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