From 2567b93928ca1a244c135651f6065aa19b581d43 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 15 Oct 2023 20:25:37 +0300 Subject: fix(check): don't produce a PDF Subplot doesn't support that any more. Signed-off-by: Lars Wirzenius Sponsored-by: author --- check | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1