mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07:00
6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
MAN = nvim.1
|
||
|
|
||
|
lint:
|
||
|
mandoc -Tlint -Wall $(MAN)
|
||
|
igor $(MAN)
|