From 30ee766e4c840419ba1fc833be56a4c0d8157782 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 14 Apr 2023 17:57:03 +0300 Subject: 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 --- check | 3 --- 1 file changed, 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 -- cgit v1.2.1