From 74ae14d8a6f4a555655b39174f12395c81120492 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 30 Dec 2023 08:40:38 +0200 Subject: chore: drop PDF generation and dependencies thererof Signed-off-by: Lars Wirzenius Sponsored-by: author --- check | 1 - debian/control | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/check b/check index c8e8b46..486fe56 100755 --- a/check +++ b/check @@ -24,7 +24,6 @@ got_cargo_cmd fmt && $hideok cargo fmt -- --check $hideok cargo test subplot docgen clab.subplot -o clab.html -subplot docgen clab.subplot -o clab.pdf target="$(cargo metadata --format-version=1 | python3 -c 'import sys, json; o = json.load(sys.stdin); print(o["target_directory"])')" subplot codegen clab.subplot -o test.py diff --git a/debian/control b/debian/control index 3895db0..5b0cf71 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,7 @@ Build-Depends: moreutils, python3, python3-yaml, - subplot, - texlive-fonts-recommended, - texlive-latex-base, - texlive-latex-recommended + subplot Homepage: https://clab.liw.fi Package: clab -- cgit v1.2.1