gbranden pushed a commit to branch master
in repository groff.
commit 4c5a4b92bee4f704175423eca13d3dbfceab90a4
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jan 4 16:59:03 2021 +1100
[tmac]: Rename *.us to *.en.
The first-order determinant of hyphenation points is language, not
territory. Use ISO 639 2-letter language codes for hyphenation and
exception patterns instead of ISO 3166 2-letter territory codes.
---
tmac/{hyphen.us => hyphen.en} | 0
tmac/{hyphenex.us => hyphenex.en} | 0
tmac/tmac.am | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tmac/hyphen.us b/tmac/hyphen.en
similarity index 100%
rename from tmac/hyphen.us
rename to tmac/hyphen.en
diff --git a/tmac/hyphenex.us b/tmac/hyphenex.en
similarity index 100%
rename from tmac/hyphenex.us
rename to tmac/hyphenex.en
diff --git a/tmac/tmac.am b/tmac/tmac.am
index c4d0ed5..9583210 100644
--- a/tmac/tmac.am
+++ b/tmac/tmac.am
@@ -77,8 +77,8 @@ TMACNORMALFILES = \
tmac/troffrc \
tmac/troffrc-end \
tmac/trans.tmac \
- tmac/hyphen.us \
- tmac/hyphenex.us \
+ tmac/hyphen.en \
+ tmac/hyphenex.en \
tmac/fr.tmac \
tmac/hyphen.fr \
tmac/sv.tmac \
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit