mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
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:
parent
4aa6279a6b
commit
0cfadce547
5
man/Makefile
Normal file
5
man/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
MAN = nvim.1
|
||||
|
||||
lint:
|
||||
mandoc -Tlint -Wall $(MAN)
|
||||
igor $(MAN)
|
@ -1,4 +1,4 @@
|
||||
.Dd May 28, 2015
|
||||
.Dd June 26, 2015
|
||||
.Dt NVIM 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
Loading…
Reference in New Issue
Block a user