keithmarshall pushed a commit to branch dev-gropdf-boxes in repository groff.
commit d104ae8074a0f36fa90b57f653b329489a1daaff Author: G. Branden Robinson <g.branden.robin...@gmail.com> 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 Groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit