update scripts to use src/ keylayouts, add build-pdf.sh wrapper

This commit is contained in:
2026-03-05 14:12:29 +01:00
parent 3e2fc8f0d9
commit 234b29391f
5 changed files with 80 additions and 94 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# Generate keyboard layout PDFs from .keylayout files.
# Requires: fpdf2 (pip install fpdf2)
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec python3 "${SCRIPT_DIR}/generate_layout_pdf.py" "$@"