Files
neovim/src/man/Makefile
Justin M. Keyes eab8b998e9 build: move man/ to src/man/ #19119
Problem:
man/ contains source files for manpage generation, it doesn't need to
live at the project root.

Solution:
Move it to src/man/.
2022-06-27 01:02:02 -07:00

6 lines
61 B
Makefile

MAN = nvim.1
lint:
mandoc -Tlint -Wall $(MAN)
igor $(MAN)