utf8 conversion: fix up seperation of locale and doc building
authorJon Trulson <jon@radscan.com>
Mon, 5 Nov 2018 02:25:57 +0000 (19:25 -0700)
committerJon Trulson <jon@radscan.com>
Mon, 5 Nov 2018 02:25:57 +0000 (19:25 -0700)
commitc876a76f4f6c38dcc6123158b4be95cb45d92435
treee3316212b6c6271680c02f82bc14da94add7a096
parent6a5dc63f3be30322d2016a948c7ed08133fbd3a9
utf8 conversion: fix up seperation of locale and doc building

Docs (help and the dtinfo guides) are now always built using the
ISO8859-1 locale.  To support UTF-8, our docbook needs to be updated
to something from this century, ideally this decade.  In addition, a
conversion to XML would also be required as a result.  So, until that
happens, use ISO8859-1 for docs.

However, other locale information, like message catalogs, resource
files, and the like are now converted to UTF-8.

All supported languages are now built by default on linux again.
14 files changed:
cde/config/cf/site.def
cde/doc/de_DE.ISO8859-1/guides/Imakefile
cde/doc/de_DE.ISO8859-1/help/Imakefile
cde/doc/es_ES.ISO8859-1/guides/Imakefile
cde/doc/es_ES.ISO8859-1/help/Imakefile
cde/doc/fr_FR.ISO8859-1/guides/Imakefile
cde/doc/fr_FR.ISO8859-1/help/Imakefile
cde/doc/it_IT.ISO8859-1/guides/Imakefile
cde/doc/it_IT.ISO8859-1/help/Imakefile
cde/programs/localized/templates/French.tmpl
cde/programs/localized/templates/German.tmpl
cde/programs/localized/templates/Italian.tmpl
cde/programs/localized/templates/Spanish.tmpl
cde/programs/localized/templates/Swedish.tmpl