summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck3
1 files changed, 0 insertions, 3 deletions
diff --git a/check b/check
index 059886d..9e3e0a4 100755
--- a/check
+++ b/check
@@ -36,8 +36,6 @@ require_cmd python3
require_cmd subplot
require_cmd summain
require_cmd pkg-config
-require_cmd pandoc
-require_cmd pdflatex
# daemonize installation location changed from Debian 10 to 11.
require_cmd daemonize || require_cmd /usr/sbin/daemonize
@@ -51,7 +49,6 @@ got_cargo_cmd fmt && $hideok cargo fmt -- --check
$hideok cargo test
subplot docgen obnam.subplot -o obnam.html
-subplot docgen obnam.subplot -o obnam.pdf
target="$(cargo metadata --format-version=1 | python3 -c 'import sys, json; o = json.load(sys.stdin); print(o["target_directory"])')"
subplot codegen obnam.subplot -o test.py