aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-02-10 10:27:08 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-02-10 10:27:08 -0500
commitc74dc9dd6c651960c041078c833e8df37b6f52e3 (patch)
tree536625cbe692ff4eff6ff7bb0b8083776ebc3a81
parentc2384597ef9a6c1a8180f073b5c2f9bc8444b317 (diff)
parent222a1655f56dc48756748996201d883237c34155 (diff)
downloadrneovim-c74dc9dd6c651960c041078c833e8df37b6f52e3.tar.gz
rneovim-c74dc9dd6c651960c041078c833e8df37b6f52e3.tar.bz2
rneovim-c74dc9dd6c651960c041078c833e8df37b6f52e3.zip
Merge pull request #4225 from bfredl/helptags
build: if helptags generation fails, echo the message
-rw-r--r--runtime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index 4a90c11734..cad8da6ffb 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -35,7 +35,7 @@ add_custom_command(OUTPUT ${GENERATED_HELP_TAGS}
COMMAND "${PROJECT_BINARY_DIR}/bin/nvim"
-u NONE
-i NONE
- -es
+ -e
--headless
-c "helptags ++t ."
-c quit