Skip to content

Texinfo

  • Does not cross compile: configure: error: cannot run test program while cross compiling
  • texi2html is meant to replace makeinfo from texinfo
  • No need to provide otool and po4a (just warnings)
  • musl-cross-make:
Terminal window
make INFO_DEPS= infodir= ac_cv_prog_lex_root=lex.yy MAKEINFO=true
  • kiss:
#!/bin/sh
echo '==makeinfo== (GNU texinfo) 5.2'

Resources