Cannot find node ' '. How to add downloaded Info document file so that info command worked?
2
votes
2
answers
140
views
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?
Asked by Martian2020
(1443 rep)
Nov 3, 2023, 11:25 AM
Last activity: Nov 3, 2023, 02:49 PM
Last activity: Nov 3, 2023, 02:49 PM