From 1bbbd5f0ff27e75fd0d68f16cf1817cb19218bb4 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 5 Nov 2018 01:54:24 +0100 Subject: build: `make helphtml` --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a741c564e2..717cf2f68d 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit