diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-05 19:00:30 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-05 20:29:57 +0000 |
| commit | 2c4531c671b5d6cd4bfa93c808f19c38a0d9ebf0 (patch) | |
| tree | 8fd744424377c7387d136abdc8421667cf751d25 /Makefile | |
| parent | docs/guide (diff) | |
| download | alive-2c4531c671b5d6cd4bfa93c808f19c38a0d9ebf0.tar.gz alive-2c4531c671b5d6cd4bfa93c808f19c38a0d9ebf0.zip | |
autoref, styling
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
