Skip to content

Commit

Permalink
Add sv_AX, sv_FI, zh_HK, and zh_TW to Makefiles & configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Sep 30, 2014
1 parent 79bdcf1 commit 1583ce3
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2 deletions.
35 changes: 34 additions & 1 deletion accounts/Makefile.am
Original file line number Diff line number Diff line change
@@ -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

8 changes: 8 additions & 0 deletions accounts/zh_HK/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

accountdir = ${GNC_ACCOUNTS_DIR}/zh_HK

account_DATA = \
acctchrt_business.gnucash-xea

EXTRA_DIST = \
${account_DATA}
8 changes: 8 additions & 0 deletions accounts/zh_TW/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

accountdir = ${GNC_ACCOUNTS_DIR}/zh_TW

account_DATA = \
acctchrt_business.gnucash-xea

EXTRA_DIST = \
${account_DATA}
6 changes: 5 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1387,16 +1387,20 @@ AC_CONFIG_FILES(
accounts/ja/Makefile
accounts/ko/Makefile
accounts/lv/Makefile
accounts/nl/Makefile
accounts/nb/Makefile
accounts/nl/Makefile
accounts/pl/Makefile
accounts/pt_BR/Makefile
accounts/pt_PT/Makefile
accounts/ru/Makefile
accounts/sk/Makefile
accounts/sv_AX/Makefile
accounts/sv_FI/Makefile
accounts/sv_SE/Makefile
accounts/tr_TR/Makefile
accounts/zh_CN/Makefile
accounts/zh_HK/Makefile
accounts/zh_TW/Makefile
checks/Makefile
doc/Makefile
doc/examples/Makefile
Expand Down

0 comments on commit 1583ce3

Please sign in to comment.