From 0cfadce547d78c72cc6214cbe647993721b0eba8 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Fri, 26 Jun 2015 19:24:07 -0400 Subject: [PATCH] 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. --- man/Makefile | 5 +++++ man/nvim.1 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 man/Makefile diff --git a/man/Makefile b/man/Makefile new file mode 100644 index 0000000000..3c0457e2ab --- /dev/null +++ b/man/Makefile @@ -0,0 +1,5 @@ +MAN = nvim.1 + +lint: + mandoc -Tlint -Wall $(MAN) + igor $(MAN) diff --git a/man/nvim.1 b/man/nvim.1 index a8c4bc2d8b..23963c4d7e 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -1,4 +1,4 @@ -.Dd May 28, 2015 +.Dd June 26, 2015 .Dt NVIM 1 .Os .Sh NAME