You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. ./configure --prefix=/usr/local --mandir=/usr/local/share/man
2. make install
What is the expected output? What do you see instead?
I expect the man pages to go where I specify; on OS X it is customary to put
them in share/man instead of just man. Instead, the Makefile.in hardcodes man
file destinations without respecting this switch.
What version of the product are you using? On what operating system?
0.5.2 on OS X 10.6.8
I can submit a patch for Makefile.in if you want.
Original issue reported on code.google.com by [email protected] on 28 Jan 2012 at 7:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Jan 2012 at 7:57The text was updated successfully, but these errors were encountered: