mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
0cfadce547
igor(1) checks if the document date is today, so this should prevent forgetting to bump the date in the future.
6 lines
61 B
Makefile
6 lines
61 B
Makefile
MAN = nvim.1
|
|
|
|
lint:
|
|
mandoc -Tlint -Wall $(MAN)
|
|
igor $(MAN)
|