mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00: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:
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
|
||||
|
||||
Reference in New Issue
Block a user