Updated makefile

pull/76/head
Mark Qvist 2022-06-22 10:12:05 +02:00
rodzic 7545613c52
commit c79811e040
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -45,7 +45,10 @@ build_pure_wheel:
documentation:
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:
@echo Ready to publish release, hit enter to continue