Installing man pages
for the projects that also have there own man pages this tool should add them to the proper path
/usr/share/man/
/usr/local/share/man
/usr/local/man
$HOME/.local/share/man
These are some possible paths I think for now just
- /usr/share/man
- $HOME/.local/share/man
where we will need to make sure $HOME/.local/share/man gets added to the path if used. Tools should store there man pages in the man/ currently, at least until #5 is completed
Installing man pages
for the projects that also have there own man pages this tool should add them to the proper path
/usr/share/man/ /usr/local/share/man /usr/local/man $HOME/.local/share/manThese are some possible paths I think for now just
where we will need to make sure
$HOME/.local/share/mangets added to the path if used. Tools should store there man pages in theman/currently, at least until #5 is completed