aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-04 11:36:49 +0100
committerGitHub <noreply@github.com>2019-01-04 11:36:49 +0100
commit7436a62168d9bc8bb3b5e472a4342ac6ee6d8578 (patch)
tree9247a44afb768e7125c6f0590a20ad06d0672dfd /Makefile
parentc403a95a5297c7d31af5bf9d518d6c6a345b0297 (diff)
parent6b3fa0689c904e3fbe0fd828ba0e76bb8237f103 (diff)
downloadrneovim-7436a62168d9bc8bb3b5e472a4342ac6ee6d8578.tar.gz
rneovim-7436a62168d9bc8bb3b5e472a4342ac6ee6d8578.tar.bz2
rneovim-7436a62168d9bc8bb3b5e472a4342ac6ee6d8578.zip
Merge #9451 from justinmk/build
build: fix `doc_html` target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 717cf2f68d..ec7f5c7bce 100644
--- a/Makefile
+++ b/Makefile
@@ -101,7 +101,7 @@ else
endif
helptags: | nvim
- +$(BUILD_CMD) -C build helptags
+ +$(BUILD_CMD) -C build runtime/doc/tags
# Builds help HTML _and_ checks for invalid help tags.
helphtml: | nvim helptags