mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00

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)
|