#33225: gmake: info documentation not installed -----------------------------------+---------------------------------------- Reporter: jesse.alama@… | Owner: waqar@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: gmake -----------------------------------+---------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => waqar@… Old description:
The texinfo documentation for gmake (@3.82) is present in the port but apparently uninstalled (in the sense of install-info).
$ echo $INFOPATH[[BR]]
/Users/alama/share/info:/opt/local/share/info:/usr/local/texlive/2011/texmf/doc/info:/usr/share/info
$ info gmake[[BR]]
[shows the manpage for gmake in the info browser][[BR]]
$ info[[BR]]
[browser fails to show any entry for make][[BR]]
$ cat /opt/local/share/info/dir[[BR]]
[shows only two entries coming from the aspell port]
It seems that install-info isn't being invoked when the port is activated.
New description: The texinfo documentation for gmake (@3.82) is present in the port but apparently uninstalled (in the sense of install-info). {{{ $ echo $INFOPATH /Users/alama/share/info:/opt/local/share/info:/usr/local/texlive/2011/texmf/doc/info:/usr/share/info $ info gmake [shows the manpage for gmake in the info browser] $ info [browser fails to show any entry for make] $ cat /opt/local/share/info/dir [shows only two entries coming from the aspell port] }}} It seems that install-info isn't being invoked when the port is activated. -- -- Ticket URL: <https://trac.macports.org/ticket/33225#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS