summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/buildone.sh4
-rw-r--r--debian/changelog1
2 files changed, 5 insertions, 0 deletions
diff --git a/build/buildone.sh b/build/buildone.sh
index c16528023..7d02d2202 100755
--- a/build/buildone.sh
+++ b/build/buildone.sh
@@ -184,6 +184,10 @@ create_text () {
}
create_pdf() {
+ if [ "$language" = el ]; then
+ echo "Skipping: .pdf file for language=$language"
+ return 0
+ fi
[ -x "`which dblatex 2>/dev/null`" ] || return 9
diff --git a/debian/changelog b/debian/changelog
index 5a3ee6a53..4cb5254cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,7 @@ installation-guide (20220213) UNRELEASED; urgency=medium
* Update all firmware-related information, following the 2022 General
Resolution about non-free firmware and all the changes that were
implemented since then.
+ * buildone.sh: skip PDF generation for Greek (el), since xelatex fails.
-- Philip Hands <phil@hands.com> Tue, 11 Oct 2022 21:08:00 +0200