mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-08 07:10:15 +00:00
Updated makefile
This commit is contained in:
parent
7545613c52
commit
c79811e040
5
Makefile
5
Makefile
@ -45,7 +45,10 @@ build_pure_wheel:
|
|||||||
documentation:
|
documentation:
|
||||||
make -C docs html
|
make -C docs html
|
||||||
|
|
||||||
release: test remove_symlinks build_wheel build_pure_wheel documentation create_symlinks
|
manual:
|
||||||
|
make -C docs latexpdf
|
||||||
|
|
||||||
|
release: test remove_symlinks build_wheel build_pure_wheel documentation manual create_symlinks
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
@echo Ready to publish release, hit enter to continue
|
@echo Ready to publish release, hit enter to continue
|
||||||
|
Loading…
Reference in New Issue
Block a user