summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck10
1 files changed, 5 insertions, 5 deletions
diff --git a/check b/check
index a3939c0..3f172ba 100755
--- a/check
+++ b/check
@@ -48,11 +48,11 @@ if cargo fmt --help >/dev/null 2>/dev/null; then
$hideok cargo fmt -- --check
fi
-for md in [^CR]*.md; do
- $hideok echo "$md ====================================="
- codegen "$md" test.py
- docgen "$md" "$(basename "$md" .md).pdf"
- docgen "$md" "$(basename "$md" .md).html"
+for subplot in [^CR]*.subplot; do
+ $hideok echo "$subplot ====================================="
+ codegen "$subplot" test.py
+ docgen "$subplot" "$(basename "$subplot" .subplot).pdf"
+ docgen "$subplot" "$(basename "$subplto" .subplot).html"
$hideok echo
done