summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-14 17:57:03 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-14 17:57:03 +0300
commit30ee766e4c840419ba1fc833be56a4c0d8157782 (patch)
treeed07ae15c1c8ce38d8172854428ca12db78f1d32 /check
parent7ee3bec39f35f6a6259025b19b1b65134e091f5c (diff)
downloadobnam2-30ee766e4c840419ba1fc833be56a4c0d8157782.tar.gz
fix: drop generation of a PDF of the subplot
Subplot has dropped support for PDF generation (at least for now). Don't try to generate one for Obnam. Also, don't require Pandoc and pdflatex anymore as those were only needed for PDF generation. Sponsored-by: author
Diffstat (limited to 'check')
-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