> Date: Sun, 18 Nov 2012 11:50:14 +0100 > From: Patrice Dumas <[email protected]> > > On Sun, Nov 18, 2012 at 05:53:43AM +0200, Eli Zaretskii wrote: > > > Date: Sun, 18 Nov 2012 01:55:23 +0100 > > > From: Patrice Dumas <[email protected]> > > > > > > I have implemented search of modules relative to the texi2any script > > > (searching in ../share/texinfo). > > > > Thank you. > > > > > Should something similar be done for txixml2texi and pod2texi? > > > > Do they read files for their job that are part of the installation? > > pod2texi needs its modules, and the Texinfo perl modules, and their > dependencies -- as well as the Pod::Simple::PullParserRun module which > we do not ship. > > txixml2texi needs the Texinfo perl modules, but it also needs > XML::LibXML::Reader so we don't install txixml2texi in the default case.
Then it sounds like the same relative access to Texinfo modules should be done in these 2 scripts. As for the optional modules not shipped with Texinfo, this will have to be resolved by the end users. TIA
