aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-27 15:11:02 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-27 15:11:02 +0000
commitb8a67694c883c7c61a7119d972b20c12ec42c99d (patch)
treec32d72fed5196ca693b09adb209214e8e9fa0bda /Makefile
parentrefer to the language as 'alv' in documentation (diff)
downloadalive-b8a67694c883c7c61a7119d972b20c12ec42c99d.tar.gz
alive-b8a67694c883c7c61a7119d972b20c12ec42c99d.zip
move internal md docs into docs/internals
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 72d2cb1..1a172af 100644
--- a/Makefile
+++ b/Makefile
@@ -26,16 +26,13 @@ docs/reference/%.html: alv-lib/%.moon $(DEPS)
docs/reference/index.html: $(MODREFS) $(DEPS)
docs/gen/index $@ $(MODULES)
-docs/ldoc.css: docs/style.css
- cp $< $@
-
docs/ldoc.ltp: $(DEPS)
docs/gen/ldoc $@
-docs/internals/index.html: alv/config.ld docs/ldoc.ltp docs/ldoc.css $(CORE)
+docs/internals/index.html: alv/config.ld docs/ldoc.ltp $(CORE)
ldoc alv
clean:
rm -rf docs/reference
- rm -rf docs/internals
+ rm -rf docs/internals/*/ docs/internals/*.css docs/internals/*.html
rm -f docs/index.html docs/guide.html docs/ldoc.*