Merge pull request #4225 from bfredl/helptags

build: if helptags generation fails, echo the message
This commit is contained in:
Justin M. Keyes 2016-02-10 10:27:08 -05:00
commit c74dc9dd6c

View File

@ -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