From b8a67694c883c7c61a7119d972b20c12ec42c99d Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 27 Apr 2020 17:11:02 +0200 Subject: move internal md docs into docs/internals --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') 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.* -- cgit v1.2.3