Add sv_AX, sv_FI, zh_HK, and zh_TW to Makefiles & configure.

This commit is contained in:
John Ralls 2014-09-30 09:44:47 -07:00
parent 79bdcf1996
commit 1583ce3159
4 changed files with 55 additions and 2 deletions

View File

@ -1,3 +1,36 @@
SUBDIRS = C cs da de_AT de_CH de_DE el_GR en_GB es_ES es_MX fi_FI fr_CH fr_CA fr_FR hu_HU it ja ko lv nl nb pl pt_BR pt_PT ru sk sv_SE tr_TR zh_CN SUBDIRS = \
C \
cs \
da \
de_AT \
de_CH \
de_DE \
el_GR \
en_GB \
es_ES \
es_MX \
fi_FI \
fr_CA \
fr_CH \
fr_FR \
hu_HU \
it \
ja \
ko \
lv \
nb \
nl \
pl \
pt_BR \
pt_PT \
ru \
sk \
sv_AX \
sv_FI \
sv_SE \
tr_TR \
zh_CN \
zh_HK \
zh_TW

View File

@ -0,0 +1,8 @@
accountdir = ${GNC_ACCOUNTS_DIR}/zh_HK
account_DATA = \
acctchrt_business.gnucash-xea
EXTRA_DIST = \
${account_DATA}

View File

@ -0,0 +1,8 @@
accountdir = ${GNC_ACCOUNTS_DIR}/zh_TW
account_DATA = \
acctchrt_business.gnucash-xea
EXTRA_DIST = \
${account_DATA}

View File

@ -1387,16 +1387,20 @@ AC_CONFIG_FILES(
accounts/ja/Makefile accounts/ja/Makefile
accounts/ko/Makefile accounts/ko/Makefile
accounts/lv/Makefile accounts/lv/Makefile
accounts/nl/Makefile
accounts/nb/Makefile accounts/nb/Makefile
accounts/nl/Makefile
accounts/pl/Makefile accounts/pl/Makefile
accounts/pt_BR/Makefile accounts/pt_BR/Makefile
accounts/pt_PT/Makefile accounts/pt_PT/Makefile
accounts/ru/Makefile accounts/ru/Makefile
accounts/sk/Makefile accounts/sk/Makefile
accounts/sv_AX/Makefile
accounts/sv_FI/Makefile
accounts/sv_SE/Makefile accounts/sv_SE/Makefile
accounts/tr_TR/Makefile accounts/tr_TR/Makefile
accounts/zh_CN/Makefile accounts/zh_CN/Makefile
accounts/zh_HK/Makefile
accounts/zh_TW/Makefile
checks/Makefile checks/Makefile
doc/Makefile doc/Makefile
doc/examples/Makefile doc/examples/Makefile