1
mirror of https://github.com/neovim/neovim.git synced 2025-01-01 17:23:36 -07:00
neovim/man/Makefile
Michael Reed 0cfadce547 man: Bump nvim.1 date, add Makefile for authoring
igor(1) checks if the document date is today, so this should prevent
forgetting to bump the date in the future.
2015-06-26 19:24:07 -04:00

6 lines
61 B
Makefile

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