summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/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