diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-18 16:03:38 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-18 16:03:38 +0000 |
| commit | ba30e05dc8e5e83c40ef83096aba0f6d2fd0ab30 (patch) | |
| tree | 24c2244fdadf7753b7747d6f9a3c284cb2f6de27 /Makefile | |
| parent | remove debug/ lib (diff) | |
| download | alive-ba30e05dc8e5e83c40ef83096aba0f6d2fd0ab30.tar.gz alive-ba30e05dc8e5e83c40ef83096aba0f6d2fd0ab30.zip | |
docs/internal: add builtins and invoke modules
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
