aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-04 02:17:18 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-01-04 02:17:23 +0100
commit685b2028dc3cb0c7cc3cb5cc1f0c231b74f68bb5 (patch)
treea6333a4b69c206e3aba3e50b2b0067c0045b2531 /runtime
parentc403a95a5297c7d31af5bf9d518d6c6a345b0297 (diff)
downloadrneovim-685b2028dc3cb0c7cc3cb5cc1f0c231b74f68bb5.tar.gz
rneovim-685b2028dc3cb0c7cc3cb5cc1f0c231b74f68bb5.tar.bz2
rneovim-685b2028dc3cb0c7cc3cb5cc1f0c231b74f68bb5.zip
build: fix `doc_html` target
ref 24f2cc55a83d #9430
Diffstat (limited to 'runtime')
-rw-r--r--runtime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index f3bfd786ad..d66e04f5f2 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -78,7 +78,7 @@ add_custom_command(OUTPUT ${GENERATED_HELP_TAGS}
add_custom_target(doc_html
COMMAND make html
DEPENDS
- helptags
+ ${GENERATED_HELP_TAGS}
WORKING_DIRECTORY "${GENERATED_RUNTIME_DIR}/doc"
)