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+removethis@s-ol.nu>2025-03-02 14:23:21 +0000
commita93e35d0da806a2d377ffa550d029b064f5bcd22 (patch)
treec79c53a78d1db81013a4277ae808595dfc0d7fe4 /Makefile
parentallow ~ in symbols (diff)
downloadalive-a93e35d0da806a2d377ffa550d029b064f5bcd22.tar.gz
alive-a93e35d0da806a2d377ffa550d029b064f5bcd22.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)