about summary refs log tree commit diff stats
path: root/translate
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-27 08:41:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-27 08:41:15 -0700
commit2c87cd2f34ece94aae936e563bdbf360deef4e9b (patch)
tree9dbb5a773ede6333c7990ca8a3e1893348db7ea2 /translate
parentc45371b319bb72b331f889f7340834c709e1f8a4 (diff)
downloadmu-2c87cd2f34ece94aae936e563bdbf360deef4e9b.tar.gz
reorganize font before adding non-ASCII
Diffstat (limited to 'translate')
-rwxr-xr-xtranslate2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate b/translate
index 7cc1be12..c5b889d0 100755
--- a/translate
+++ b/translate
@@ -5,4 +5,4 @@ set -e
 
 cat $* [0-9]*.mu    |linux/mu    > a.subx
 
-./translate_subx boot.subx mu-init.subx [0-9]*.subx a.subx
+./translate_subx boot.subx font.subx mu-init.subx [0-9]*.subx a.subx