doc: update AM files.

This commit is contained in:
Liang Chang
2022-01-21 07:26:47 +08:00
parent e7046aa8f5
commit 095121646d
4 changed files with 11 additions and 8 deletions

View File

@@ -3,18 +3,21 @@ MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = en_US.UTF-8
if GERMAN
SUBDIRS += de_DE.ISO8859-1
SUBDIRS += de_DE.UTF-8
endif
if FRENCH
SUBDIRS += fr_FR.ISO8859-1
SUBDIRS += fr_FR.UTF-8
endif
if SPANISH
SUBDIRS += es_ES.ISO8859-1
SUBDIRS += es_ES.UTF-8
endif
if ITALIAN
SUBDIRS += it_IT.ISO8859-1
SUBDIRS += it_IT.UTF-8
endif
if JAPANESE
SUBDIRS += ja_JP.UTF-8
endif