From ce63706ff012042a1164a4be20b602f714c766bb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 19 Apr 2021 10:27:45 +0200 Subject: [PATCH] chg: [doc] fix path of mkdocs output --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b946a35..2d07388 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,12 @@ prepare_docs: cd documentation; python3 generate_documentation.py mkdir -p docs/expansion/logos docs/export_mod/logos docs/import_mod/logos + mkdir -p docs/logos + cd documentation; cp -R ./logos/* ../docs/logos cd documentation; cp -R ./logos/* ../docs/expansion/logos cd documentation; cp -R ./logos/* ../docs/export_mod/logos cd documentation; cp -R ./logos/* ../docs/import_mod/logos + cp ./documentation/mkdocs/*.md ./docs cp LICENSE ../docs/license.md install_requirements: