Installation of Texinfo
Prepare Texinfo to be compiled:
./configure --prefix=/usr
Continue with compiling the package:
make
make check
Install the package:
make install
Install the texinfo components which belong in a TeX
installation:
make TEXMF=/usr/share/texmf install-tex