summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-23 08:05:42 +0000
committerLars Wirzenius <liw@liw.fi>2021-05-23 08:05:42 +0000
commit9a78afa7bae35df246f181d9fcdea2d59eca609d (patch)
tree56a645d482f2c6a0d00e9fa97c16f0a5ac0bdbbf
parentcc5baf3cf6fefe3433e5310ff1aa339f3ee67443 (diff)
parent34136269a96bc5050c6b7df591b3e343ed5b2efa (diff)
downloadsummain-rs-9a78afa7bae35df246f181d9fcdea2d59eca609d.tar.gz
Merge branch 'subplot' into 'main'
fix: use new Subplot binary name See merge request larswirzenius/summain!20
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index 70004de..70e8b0a 100755
--- a/check
+++ b/check
@@ -30,10 +30,10 @@ cargo build --all-targets $quiet
got_cargo_cmd clippy && cargo clippy $quiet
got_cargo_cmd fmt && cargo fmt -- --check
-sp-docgen summain.md -o summain.html
-sp-docgen summain.md -o summain.pdf
+subplot docgen summain.md -o summain.html
+subplot docgen summain.md -o summain.pdf
-sp-codegen summain.md -o test.py
+subplot codegen summain.md -o test.py
rm -f test.log
$hideok python3 test.py --log test.log "$@"