[Po4a-commits]
"po4a/lib/Locale/Po4a Texinfo.pm, 1.1, 1.2 Chooser.pm, 1.29, 1.30"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Mon May 15 22:14:50 UTC 2006
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv26266/lib/Locale/Po4a
Modified Files:
Texinfo.pm Chooser.pm
Log Message:
Even if still Beta, I think this module should be available in the next release.
Index: Chooser.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Chooser.pm,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- Chooser.pm 14 Apr 2006 22:23:02 -0000 1.29
+++ Chooser.pm 15 May 2006 22:14:48 -0000 1.30
@@ -34,6 +34,8 @@
$modname = 'NewsDebian';
} elsif ($module eq 'latex') {
$modname = 'LaTeX';
+ } elsif ($module eq 'texinfo') {
+ $modname = 'Texinfo';
} elsif ($module eq 'text') {
$modname = 'Text';
} else {
@@ -64,6 +66,7 @@
."\n - ".gettext("guide: Gentoo Linux's xml documentation format.")
."\n - ".gettext("docbook: Docbook XML.")
."\n - ".gettext("latex: LaTeX format.")
+ ."\n - ".gettext("texinfo: The info page format.")
);
exit shift;
}
Index: Texinfo.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Texinfo.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Texinfo.pm 15 May 2006 21:52:02 -0000 1.1
+++ Texinfo.pm 15 May 2006 22:14:48 -0000 1.2
@@ -36,6 +36,11 @@
This module contains the definitions of common Texinfo commands and
environments.
+=head1 STATUS OF THIS MODULE
+
+This module is still beta.
+Please send feedback and feature requests.
+
=head1 SEE ALSO
L<po4a(7)|po4a.7>,
More information about the Po4a-commits
mailing list