mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-09-19 20:24:36 -04:00
Updated documentation
This commit is contained in:
parent
7bd6da034a
commit
7545613c52
17 changed files with 51 additions and 44 deletions
5
Makefile
5
Makefile
|
@ -42,7 +42,10 @@ build_wheel:
|
|||
build_pure_wheel:
|
||||
python3 setup.py sdist bdist_wheel --pure
|
||||
|
||||
release: test remove_symlinks build_wheel build_pure_wheel create_symlinks
|
||||
documentation:
|
||||
make -C docs html
|
||||
|
||||
release: test remove_symlinks build_wheel build_pure_wheel documentation create_symlinks
|
||||
|
||||
upload:
|
||||
@echo Ready to publish release, hit enter to continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue