mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 20:11:46 +10:00
Problem: man/ contains source files for manpage generation, it doesn't need to live at the project root. Solution: Move it to src/man/.
6 lines
61 B
Makefile
6 lines
61 B
Makefile
MAN = nvim.1
|
|
|
|
lint:
|
|
mandoc -Tlint -Wall $(MAN)
|
|
igor $(MAN)
|