chg: [doc] Makefile fixed

pull/496/head
Alexandre Dulaunoy 2021-04-19 11:05:22 +02:00
parent 99646eebb1
commit d4a8c88ad3
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ prepare_docs:
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
cp LICENSE ./docs/license.md
install_requirements:
pip install -r docs/REQUIREMENTS.txt