aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-05 19:00:30 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-05 20:29:57 +0000
commit2c4531c671b5d6cd4bfa93c808f19c38a0d9ebf0 (patch)
tree8fd744424377c7387d136abdc8421667cf751d25 /Makefile
parentdocs/guide (diff)
downloadalive-2c4531c671b5d6cd4bfa93c808f19c38a0d9ebf0.tar.gz
alive-2c4531c671b5d6cd4bfa93c808f19c38a0d9ebf0.zip
autoref, styling
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f574ea8..7b32a9c 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ docs/%.html: docs/%.md $(DEPS)
docs/reference/%.html: lib/%.moon $(DEPS)
@echo "building docs for $<"
@mkdir -p `dirname $@`
- moon extra/docs.moon $@ module lib.$(*:/=.) $*
+ moon extra/docs.moon $@ module lib.$(subst /,.,$*) $(subst /,.,$*)
docs/reference/index.html: $(MODREFS) $(DEPS)
moon extra/docs.moon $@ reference $(MODULES)