info make
opened same as man make
. I've downloaded make.info.tar.gz
file from https://www.gnu.org/software/make/manual/, then:
sudo cp ~/Downloads/make.info.tar.gz /usr/share/info/
sudo install-info /usr/share/info/make.info.tar.gz /usr/share/info/dir
I got info (no pun intended) from https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#Installing-an-Info-File
Now there is a new entry when I do info
:
- Make: (make). Remake files automatically.
But when I select it I get Cannot find node ''
. info make
still displays man page, not Info document page. What could be the problem?
zless
had shownsed.info.gz
and mine differently. I still wonder why gnu.org does post with tar for one file archive. As the rest in/usr/share/info/
are.gz
I think I'm repacking after extracting. – Martian2020 Nov 03 '23 at 13:26gendocs.sh
; building info docs can result in multiple files, so the info output is designed around that. – Stephen Kitt Nov 03 '23 at 13:30