aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-18 16:03:38 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-18 16:03:38 +0000
commitba30e05dc8e5e83c40ef83096aba0f6d2fd0ab30 (patch)
tree24c2244fdadf7753b7747d6f9a3c284cb2f6de27 /Makefile
parentremove debug/ lib (diff)
downloadalive-ba30e05dc8e5e83c40ef83096aba0f6d2fd0ab30.tar.gz
alive-ba30e05dc8e5e83c40ef83096aba0f6d2fd0ab30.zip
docs/internal: add builtins and invoke modules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19e3e5d..a3f736c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
MODULES=$(wildcard lib/*.moon) lib/midi/launchctl.moon
MODREFS=$(MODULES:lib/%.moon=docs/reference/%.html)
+CORE=$(wildcard core/*.moon core/**/*.moon)
DEPS=core/version.moon extra/docs.moon extra/layout.moon extra/dom.moon
.PHONY: docs reference internals release clean
@@ -30,7 +31,7 @@ docs/ldoc.css: docs/style.css
docs/ldoc.ltp: $(DEPS)
moon extra/docs.moon $@ ldoc
-docs/internals/index.html: core/config.ld docs/ldoc.ltp docs/ldoc.css
+docs/internals/index.html: core/config.ld docs/ldoc.ltp docs/ldoc.css $(CORE)
ldoc core
clean: