lucc / nvimpager

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

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

Closed 3v1n0 closed 2 years ago

3v1n0 commented 2 years 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.