aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-05-13 13:23:18 +0000
committers-ol <s-ol@users.noreply.github.com>2020-05-13 14:46:35 +0000
commit0b6c1fbcf4eb5047142d2af963a90b9e7bc7bfc5 (patch)
treefb050d8b7904ba37befb3465edd30ee9e299d9c3 /Makefile
parentallow ~ in symbols (diff)
downloadalive-0b6c1fbcf4eb5047142d2af963a90b9e7bc7bfc5.tar.gz
alive-0b6c1fbcf4eb5047142d2af963a90b9e7bc7bfc5.zip
cleanup alv/builtin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a172af..c2e5d6a 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ docs/reference/%.html: alv-lib/%.moon $(DEPS)
@mkdir -p `dirname $@`
docs/gen/module $@ alv-lib.$(subst /,.,$*) $(subst /,.,$*)
-docs/reference/index.html: $(MODREFS) $(DEPS)
+docs/reference/index.html: alv/builtin.moon $(MODREFS) $(DEPS)
docs/gen/index $@ $(MODULES)
docs/ldoc.ltp: $(DEPS)