Skip to content

Commit 7146bb0

Browse files
egliclaude
andcommitted
Fix generated table stubs: four files, not two
The production cron job generates four empty table files: sbs-de-g1-white.mod, sbs-de-g2-name-white.mod, sbs-de-g2-place-white.mod, sbs-de-g2-white.mod. Update the release workflow and CLAUDE.md accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fdaaea2 commit 7146bb0

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- name: Create generated table stubs
3333
run: |
3434
sudo touch /usr/local/share/liblouis/tables/sbs-de-g1-white.mod
35+
sudo touch /usr/local/share/liblouis/tables/sbs-de-g2-name-white.mod
36+
sudo touch /usr/local/share/liblouis/tables/sbs-de-g2-place-white.mod
3537
sudo touch /usr/local/share/liblouis/tables/sbs-de-g2-white.mod
3638
3739
- name: Build

CLAUDE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ without `string()`, the coercion check consumes the sequence and Saxon throws an
7373
- Java 11+
7474
- liblouis system library installed
7575
- SBS braille tables installed (`sbs-braille-tables` Debian package)
76-
- Some tables under `/usr/local/share/liblouis/tables/` are generated by a production cron job
77-
and must be created manually in development environments (e.g. `sbs-de-g1-white.mod`)
76+
- Four tables under `/usr/local/share/liblouis/tables/` are generated by a production cron job
77+
and must be created as empty files in development environments:
78+
`sbs-de-g1-white.mod`, `sbs-de-g2-name-white.mod`, `sbs-de-g2-place-white.mod`, `sbs-de-g2-white.mod`

0 commit comments

Comments
 (0)