aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-06-05 03:36:51 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-06-06 11:05:09 -0400
commit704b58e54abd1adaaa83f00dae7fdb0f385b428b (patch)
treefeabcbb1df1390db22c08e9ae816c0533a16862e /Makefile
parent234346312eb1c429bffba9f893986266e14dceca (diff)
downloadrneovim-704b58e54abd1adaaa83f00dae7fdb0f385b428b.tar.gz
rneovim-704b58e54abd1adaaa83f00dae7fdb0f385b428b.tar.bz2
rneovim-704b58e54abd1adaaa83f00dae7fdb0f385b428b.zip
build: define `helptags` target which always runs.
Specify that the ${GENERATED_HELP_TAGS} "command" (output) depends on `helptags` so that it always regenerates the doc/ tags. (cmake "targets" always run, whereas "commands" are contingent on their dependencies. But we don't define doc/ dependencies because they are circular.)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5b04b74139..552a79466b 100644
--- a/Makefile
+++ b/Makefile
@@ -85,10 +85,10 @@ endif
mkdir -p build
touch $@
-oldtest: | nvim tags
+oldtest: | nvim helptags
+$(SINGLE_MAKE) -C src/nvim/testdir $(MAKEOVERRIDES)
-tags: | nvim
+helptags: | nvim
+$(BUILD_CMD) -C build runtime/doc/tags
functionaltest: | nvim