diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -103,6 +103,10 @@ endif helptags: | nvim +$(BUILD_CMD) -C build helptags +# Builds help HTML _and_ checks for invalid help tags. +helphtml: | nvim helptags + +$(BUILD_CMD) -C build doc_html + functionaltest: | nvim +$(BUILD_CMD) -C build functionaltest |