Re: Predicting / computing node links
Patrice Dumas <[email protected]>
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Aug 09, 2026 at 01:03:12AM +0200, Denis 'GNUtoo' Carikli wrote: > Hi, > > I'm using texinfo like that: > $ makeinfo --html --no-split gnuboot.texi -o gnuboot.html > > So I'm trying to write a Guile function that can refer to a manual node > to keep the maintenance costs low (I don't want to have to check all > the links manually each time I rebuild the website). > > It looks like that: > > (gnuboot-manual-url "ThinkMods expresscard to NVMe adapter") > > And it should give: > > "gnuboot.html#ThinkMods-expresscard-to-NVMe-adapter" I am not sure, but you may be interested by the --internal-links command-line options, it associates node names (and other elements) and URLs: https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Invoking-texi2any.html#index-_002d_002dinternal_002dlinks_003dfile -- Pat