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

John Ralls jralls at code.gnucash.org
Tue Sep 30 12:18:30 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/1583ce31 (commit)
	from  https://github.com/Gnucash/gnucash/commit/79bdcf19 (commit)



commit 1583ce3159f3ae0ba2d886f307ad9c651e4bedf0
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Sep 30 09:44:47 2014 -0700

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

diff --git a/accounts/Makefile.am b/accounts/Makefile.am
index 2377491..74aa08f 100644
--- a/accounts/Makefile.am
+++ b/accounts/Makefile.am
@@ -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
 
diff --git a/accounts/zh_HK/Makefile.am b/accounts/zh_HK/Makefile.am
new file mode 100644
index 0000000..d7fafd5
--- /dev/null
+++ b/accounts/zh_HK/Makefile.am
@@ -0,0 +1,8 @@
+
+accountdir = ${GNC_ACCOUNTS_DIR}/zh_HK
+
+account_DATA = \
+  acctchrt_business.gnucash-xea
+
+EXTRA_DIST = \
+  ${account_DATA}
diff --git a/accounts/zh_TW/Makefile.am b/accounts/zh_TW/Makefile.am
new file mode 100644
index 0000000..32f56b6
--- /dev/null
+++ b/accounts/zh_TW/Makefile.am
@@ -0,0 +1,8 @@
+
+accountdir = ${GNC_ACCOUNTS_DIR}/zh_TW
+
+account_DATA = \
+  acctchrt_business.gnucash-xea
+
+EXTRA_DIST = \
+  ${account_DATA}
diff --git a/configure.ac b/configure.ac
index 9fa3b0f..2f3fb90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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



Summary of changes:
 accounts/Makefile.am       | 35 ++++++++++++++++++++++++++++++++++-
 accounts/zh_HK/Makefile.am |  8 ++++++++
 accounts/zh_TW/Makefile.am |  8 ++++++++
 configure.ac               |  6 +++++-
 4 files changed, 55 insertions(+), 2 deletions(-)
 create mode 100644 accounts/zh_HK/Makefile.am
 create mode 100644 accounts/zh_TW/Makefile.am



More information about the gnucash-changes mailing list