Files
cdesktop/cde/programs/localized/Makefile.am
Jon Trulson d9a8325c8d Disable Japanese locale support since we do not currently support it
make distclean ignores the language definitions, as it should.

However, we had options that suggested that the Japanese locale was
supported.  Distclean would decend into that locale directory and
fail, since of course we do not actually support that locale and it is
not currently buildable.
2021-01-31 13:11:41 -07:00

18 lines
179 B
Makefile

SUBDIRS = util C
if GERMAN
SUBDIRS += de_DE.UTF-8
endif
if ITALIAN
SUBDIRS += it_IT.UTF-8
endif
if SPANISH
SUBDIRS += es_ES.UTF-8
endif
if FRENCH
SUBDIRS += fr_FR.UTF-8
endif