Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: install.info failure



Vin Shelton wrote on Sat, 22 May 2021 13:11 +00:00:
> tzsh.texi:37730: @ref reference to nonexistent node `Manipulating Hook Functions'

Regression from 48853, which added a noderef() to something that isn't
the argument of a texinode().

> make[1]: *** [Makefile:497: install.info] Error 1
> make[1]: Leaving directory '/SSD-2/opt/build/zsh-2021-05-22/Doc'
> make: *** [Makefile:255: install.info] Error 2
> 
> Please let me know if you require more details.

Nope, the cause is clear.  Thanks for the report.  To unbreak the build
you can simply s/noderef(Manipulating Hook Functions)/`Manipulating Hook
Functions'/ in Doc/Zsh/contrib.yo.  (To be clear, this is just a hotfix to unbreak
Vin's build, not a change to be committed.)

Cheers,

Daniel




Messages sorted by: Reverse Date, Date, Thread, Author