summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-14 15:19:45 +0000
committerLars Wirzenius <liw@liw.fi>2023-04-14 15:19:45 +0000
commit78ddb293c6b010f7b456a09392525db44b41a9ee (patch)
treeed07ae15c1c8ce38d8172854428ca12db78f1d32
parent7ee3bec39f35f6a6259025b19b1b65134e091f5c (diff)
parent30ee766e4c840419ba1fc833be56a4c0d8157782 (diff)
downloadobnam2-78ddb293c6b010f7b456a09392525db44b41a9ee.tar.gz
Merge branch 'fix' into 'main'
fix: drop generation of a PDF of the subplot See merge request obnam/obnam!247
-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