diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-27 15:11:02 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-27 15:11:02 +0000 |
| commit | b8a67694c883c7c61a7119d972b20c12ec42c99d (patch) | |
| tree | c32d72fed5196ca693b09adb209214e8e9fa0bda /Makefile | |
| parent | refer to the language as 'alv' in documentation (diff) | |
| download | alive-b8a67694c883c7c61a7119d972b20c12ec42c99d.tar.gz alive-b8a67694c883c7c61a7119d972b20c12ec42c99d.zip | |
move internal md docs into docs/internals
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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.* |
