summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-01-10 11:57:55 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-01-10 11:57:55 +0000
commitfc5723769e68e46c370b1050cc2b8faa5e79d9b4 (patch)
treefae580716a95b8d784ee813bb9c41d0f33bf18de /check
parent3441b89c83fd2ff94c904ef96230508ad620532e (diff)
downloadsubplot-fc5723769e68e46c370b1050cc2b8faa5e79d9b4.tar.gz
resources: Move lib/* to share/python/lib/
This is part of the move to embed subplot library files into the binary to permit easy `cargo install` later. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/check b/check
index 504b72d..3c38111 100755
--- a/check
+++ b/check
@@ -58,7 +58,7 @@ docgen() {
if command -v flake8 > /dev/null
then
- $hideok flake8 share/python/template lib/*.py
+ $hideok flake8 share/python/template share/python/lib/*.py
fi
if command -v shellcheck > /dev/null
@@ -101,7 +101,7 @@ fi
done
)
-for md in [!CR]*.md lib/*.md
+for md in [!CR]*.md share/python/lib/*.md
do
$hideok echo "$md ====================================="
codegen "$md" test.py