diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-02-23 20:12:06 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-02-23 20:12:06 +0900 |
commit | 857753d3680b7e64e753a4b8a8324138200eb86b (patch) | |
tree | 0ef44d0e7c807240672c07133bf5bff3d5a8e028 /fc-lang | |
parent | 942cb16f6c59103e29b4e04ca8c64d29c8e67cb0 (diff) |
Add brx.orth and sat.orth
Diffstat (limited to 'fc-lang')
-rw-r--r-- | fc-lang/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fc-lang/Makefile.am b/fc-lang/Makefile.am index 62879605..8f53688a 100644 --- a/fc-lang/Makefile.am +++ b/fc-lang/Makefile.am @@ -300,5 +300,7 @@ ORTH = \ wal.orth \ za.orth \ lah.orth \ - nqo.orth + nqo.orth \ + brx.orth \ + sat.orth # ^-------------- Add new orth files here |