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.
This commit is contained in:
Michael Reed 2015-06-26 19:24:07 -04:00
parent 4aa6279a6b
commit 0cfadce547
2 changed files with 6 additions and 1 deletions

5
man/Makefile Normal file
View File

@ -0,0 +1,5 @@
MAN = nvim.1
lint:
mandoc -Tlint -Wall $(MAN)
igor $(MAN)

View File

@ -1,4 +1,4 @@
.Dd May 28, 2015
.Dd June 26, 2015
.Dt NVIM 1
.Os
.Sh NAME