fontaliases: redo the way these are built, and actually install them

Use a common make include file to do most of the work and set the
appropriate LANG from localized/templates/ .  This should simplify it
quite a bit and reduce duplication.

Also we were not even installing them, so now we are.
This commit is contained in:
Jon Trulson
2019-12-04 15:47:28 -07:00
parent 25035724af
commit 1b5d18f604
9 changed files with 23 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
# This file is a template for setting the platform-specific LANG
# variable for the C locale.
LANG=en_US.UTF-8
SOURCE_LANG=en_US.UTF-8