summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-12-30 08:40:38 +0200
committerLars Wirzenius <liw@liw.fi>2023-12-30 08:40:38 +0200
commit74ae14d8a6f4a555655b39174f12395c81120492 (patch)
tree9ace974fb24ad2322fea0efbcaede5522a39dfd6
parent8f11389edf2a6a289afe660baa62d4310b38b43a (diff)
downloadclab-74ae14d8a6f4a555655b39174f12395c81120492.tar.gz
chore: drop PDF generation and dependencies thererof
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rwxr-xr-xcheck1
-rw-r--r--debian/control5
2 files changed, 1 insertions, 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