diff options
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 5 |
1 files changed, 5 insertions, 0 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) |