[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: regexprops-generic.texi module?
From: |
Eric Blake |
Subject: |
Re: regexprops-generic.texi module? |
Date: |
Tue, 22 Aug 2006 14:01:17 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Thunderbird/1.5.0.5 Mnenhy/0.7.4.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Gary V. Vaughan on 7/20/2006 6:10 AM:
> Okay to commit the attached patch in order to have
> regexprops-generic.texi import to CVS M4 handled by gnulib-tool?
> Or would it be better to make a whole new module for this?
I went ahead with the whole new module approach. James, I hope you don't
mind being listed as a maintainer (it shouldn't be too hard to get you
gnulib write access, if you need it).
2006-08-22 Eric Blake <address@hidden>
* modules/regexprops-generic: New file.
* MODULES.html.sh (Support for building documentation): List it.
- --
Life is short - so eat dessert first!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFE62KN84KuGfSFAYARAqUTAKC4OBzUMm9aQoUGp7X4vp12FDkdmgCg0QMG
SrJNkVyoSlrxtFpULt3jsZs=
=JgTs
-----END PGP SIGNATURE-----
Index: MODULES.html.sh
===================================================================
RCS file: /sources/gnulib/gnulib/MODULES.html.sh,v
retrieving revision 1.137
diff -u -p -r1.137 MODULES.html.sh
--- MODULES.html.sh 21 Aug 2006 06:11:26 -0000 1.137
+++ MODULES.html.sh 22 Aug 2006 20:00:07 -0000
@@ -2111,6 +2111,7 @@ func_all_modules ()
func_begin_table
func_module fdl
func_module gendocs
+ func_module regexprops-generic
func_end_table
element="Misc"
Index: modules/regexprops-generic
===================================================================
RCS file: modules/regexprops-generic
diff -N modules/regexprops-generic
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ modules/regexprops-generic 22 Aug 2006 20:00:07 -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
- Re: regexprops-generic.texi module?,
Eric Blake <=