diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 16:21:23 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-30 16:21:23 +0100 |
commit | dfae8ae26dfbc859fd4c49d32cfa380ea260f2bc (patch) | |
tree | 5296c44e08b0ef4f50a752c0b514f9641152078b /scripts | |
parent | 613c9c22f839452aae7cf64ae641b668451ec412 (diff) |
Update lots of shit
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-america (renamed from scripts/gen-pres) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/gen-pres b/scripts/gen-america index 6106b99..bc7bd95 100755 --- a/scripts/gen-pres +++ b/scripts/gen-america @@ -15,6 +15,9 @@ function getsup(i, s) case 3: s = "S" break + case 4: + s = "W" + break } return "@sup{-" s "}" @@ -35,5 +38,5 @@ BEGIN { END { print "__MARKER__" } -' data/world/pds.us \ +' data/world/$1.us \ | scripts/last-of-design.sed |