aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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.*