summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-10-15 17:26:17 +0000
committerLars Wirzenius <liw@liw.fi>2023-10-15 17:26:17 +0000
commite4f622252fdf43315e087b968e0db7cc1d051977 (patch)
tree852226c549eb8decfb1a4095c45ba69b5cd830dd
parentf38fac208ad1750a07235add4800205121d8d1fc (diff)
parent2567b93928ca1a244c135651f6065aa19b581d43 (diff)
downloadewww-e4f622252fdf43315e087b968e0db7cc1d051977.tar.gz
Merge branch 'nopdf' into 'main'
fix(check): don't produce a PDF See merge request larswirzenius/ewww!34
-rwxr-xr-xcheck1
1 files changed, 0 insertions, 1 deletions
diff --git a/check b/check
index 2b27012..c143a4a 100755
--- a/check
+++ b/check
@@ -51,7 +51,6 @@ fi
for subplot in [^CR]*.subplot; do
$hideok echo "$subplot ====================================="
codegen "$subplot" test.py
- docgen "$subplot" "$(basename "$subplot" .subplot).pdf"
docgen "$subplot" "$(basename "$subplot" .subplot).html"
$hideok echo
done