contrib/perldoc-all : Output is not available

2019-01-03 Thread Keith Thompson
contrib/perldoc-all/perldoc-all.texi says: "The output [of a translation of Perl documentation to texinfo] is available at http://www.gnu.org/software/perl/manual";. This statement also appears at https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Invoking-pod2texi.html The cited web

Re: can we remove generated files from git?

2019-01-03 Thread Per Bothner
On 1/3/19 5:39 AM, Gavin Smith wrote: On Tue, Jan 01, 2019 at 04:06:33PM -0800, Per Bothner wrote: These files seem to be always out of date: po/*.po po_document/*.po tp/Texinfo/XS/gnulib/m4/*m4 This makes 'git status' and 'git diff' a pain. Can we remove them from the git reposit

Re: can we remove generated files from git?

2019-01-03 Thread Gavin Smith
On Tue, Jan 01, 2019 at 04:06:33PM -0800, Per Bothner wrote: > These files seem to be always out of date: > >po/*.po >po_document/*.po >tp/Texinfo/XS/gnulib/m4/*m4 > > This makes 'git status' and 'git diff' a pain. > > Can we remove them from the git repository, and add them to .giti

Re: modernizing html output

2019-01-03 Thread Gavin Smith
On Thu, Jan 03, 2019 at 01:00:50PM +, Gavin Smith wrote: > On Thu, Jan 03, 2019 at 12:23:21PM +0100, Patrice Dumas wrote: > > I remember that there were validation errors. Maybe the problem is not > > with node names (and for section when section names are used as anchors) > > as they have g_t

Re: modernizing html output

2019-01-03 Thread Gavin Smith
On Thu, Jan 03, 2019 at 12:23:21PM +0100, Patrice Dumas wrote: > I remember that there were validation errors. Maybe the problem is not > with node names (and for section when section names are used as anchors) > as they have g_t prepended but for other anchors, in particular for > index entries,

Re: modernizing html output

2019-01-03 Thread Patrice Dumas
On Wed, Jan 02, 2019 at 10:00:14PM +, Gavin Smith wrote: > > > Element names can contain any character (including letters and numbers) > > Element names must not contain spaces > > Element names must not begin with a number or punctuation character (for > > example a comma or semi-colon etc)