lucc / nvimpager

Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
Other
365 stars 19 forks source link

makefile: Split install rule, supporting installation without man #75

Closed 3v1n0 closed 1 year ago

3v1n0 commented 1 year ago

Generating man requires extra tools (scdoc), and this could not be available, so add a way to install without generating a manual file.

Don't make this dynamic to ensure that distros who want to ship this tool will include all the dependencies.