"Alfred M. Szmidt" <[email protected]> writes:
> Alfred and all,
>
> gendocs.sh, gendocs_template: Add files from
> texinfo/contrib/perldoc-all.
>
> About this recent commit to gnustandards ...
>
> There are nontrivial differences between these files and the ones in
> gnulib (build-aux/gendocs.sh and doc/gendocs_template*). It seems
> undesirable to have different versions in gnustandards vs. gnulib.
>
> That is something for texinfo and gnulib to figure out I think.
> gnustandards just pulls in the canonical one in texinfo.
Texinfo imports that file from Gnulib. It looks like it hasn't been
updated in quite some time, though:
$ find . -name 'gendocs*' | xargs git log
commit 85409c2b042d07cd81fe508dcb2a71a50678ad69
Author: Gavin Smith <[email protected]>
AuthorDate: Tue Jan 29 16:50:52 2019 +0000
Commit: Gavin Smith <[email protected]>
CommitDate: Tue Jan 29 16:50:52 2019 +0000
Try to fix contrib/perldoc-all.
* contrib/perldoc-all/gendocs-sh: Add, from gendocs.sh in gnulib
project.
* contrib/perldoc-all/Makefile.am: Access it instead of relying
on gendocs.sh being in path. Do not remove *.?? (intending to
remove auxiliary index files) as this may delete the *.tar.gz
file the user has just downloaded.
Keith Thomson reported problems with building Perl manuals with
this system.
Collin