Solutions:
1) Rename `/usr/local/share/man/man1', sudo mv /usr/local/share/man/man1 /usr/local/share/man/man1.bak; sudo make install
2) Step into tools or docs directory, open Makefile, and set the MANDIR or mandir to empty string.
本文提供了两种解决Man页面安装过程中遇到问题的方法:一种是通过重命名`/usr/local/share/man/man1`目录来规避冲突;另一种是在Makefile中将MANDIR或mandir设置为空字符串以避免不必要的安装路径。
Solutions:
1) Rename `/usr/local/share/man/man1', sudo mv /usr/local/share/man/man1 /usr/local/share/man/man1.bak; sudo make install
2) Step into tools or docs directory, open Makefile, and set the MANDIR or mandir to empty string.
7776
2477

被折叠的 条评论
为什么被折叠?