blob: 63251e713a44981928d250677f37136f1af5f4fd [file] [log] [blame]
texinfo/contrib/perldoc-all/README
Copyright 2013-2019 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
This stuff is about making Texinfo out of the standard Perl *.pod files.
The results used to be at http://www.gnu.org/software/perl/manual.
The idea is to unpack the perl distribution here, as in,
wget http://www.cpan.org/src/5.0/perl-5.NN.M.tar.gz # with right NN.M
tar xf perl-*.tar.gz
and run (GNU) make. Aside from the result hopefully being useful in
itself (just copy the .info file to an Info directory), it also serves
as a nontrivial example of using pod2texi.
Note that a main issue with the generated files is that many internal
links are missing because of the Pod::Simple::Role::XHTML::WithExtraTargets
role of the MetaCPAN::Pod::XHTML class, which adds anchors:
"Link targets based on the first word of headings will be added to make linking easier."