diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-06-26 19:24:07 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-06-26 19:24:07 -0400 |
commit | 0cfadce547d78c72cc6214cbe647993721b0eba8 (patch) | |
tree | 328100d4ce8633e3ce5b77e98e3db680261a476f /man | |
parent | 4aa6279a6bbaed0c6ea98ae5d04259df267ca292 (diff) | |
download | rneovim-0cfadce547d78c72cc6214cbe647993721b0eba8.tar.gz rneovim-0cfadce547d78c72cc6214cbe647993721b0eba8.tar.bz2 rneovim-0cfadce547d78c72cc6214cbe647993721b0eba8.zip |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile | 5 | ||||
-rw-r--r-- | man/nvim.1 | 2 |
2 files changed, 6 insertions, 1 deletions
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 |