summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-08-18 14:06:45 +0800
committerPeng Wu <alexepico@gmail.com>2014-08-18 14:06:45 +0800
commit32000efc58389e6129a274033ee10918ff924a5a (patch)
tree42f8eb4f79d8e188ba3d26a1388fb76e9652b474
parentafa4d969145f4b0bbf370d8941582325837fd415 (diff)
downloadibus-libzhuyin-32000efc58389e6129a274033ee10918ff924a5a.tar.gz
ibus-libzhuyin-32000efc58389e6129a274033ee10918ff924a5a.tar.xz
ibus-libzhuyin-32000efc58389e6129a274033ee10918ff924a5a.zip
update automake
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--data/Makefile.am33
-rw-r--r--data/icons/Makefile.am39
4 files changed, 75 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 791c137..ccbd06a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-SUBDIRS = po src setup
+SUBDIRS = po src setup data
dist_doc_DATA = \
README \
diff --git a/configure.ac b/configure.ac
index c0b11f4..58a019b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,6 +116,8 @@ setup/Makefile
setup/config.py
setup/ibus-setup-libzhuyin
ibus-libzhuyin.spec
+data/Makefile
+data/icons/Makefile
])
AC_OUTPUT
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..f7502c7
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,33 @@
+# vim:set noet ts=4:
+#
+# ibus-libzhuyin - New Zhuyin engine based on libzhuyin for IBus
+#
+# Copyright (c) 2014 Peng Wu <alexepico@gmail.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+SUBDIRS = \
+ icons \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(NULL)
+
+noinst_DIST = \
+ $(NULL)
+
+DISTCLEANFILES = \
+ $(NULL)
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
new file mode 100644
index 0000000..f24ea66
--- /dev/null
+++ b/data/icons/Makefile.am
@@ -0,0 +1,39 @@
+# vim:set noet ts=4:
+#
+# ibus-libzhuyin - New Zhuyin engine based on libzhuyin for IBus
+#
+# Copyright (c) 2014 Peng Wu <alexepico@gmail.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+icons_DATA = \
+ ibus-zhuyin.svg \
+ chinese.svg \
+ english.svg \
+ full.svg \
+ full-punct.svg \
+ half.svg \
+ half-punct.svg \
+ simp-chinese.svg \
+ trad-chinese.svg \
+ $(NULL)
+
+iconsdir = $(pkgdatadir)/icons
+
+EXTRA_DIST = \
+ $(icons_DATA) \
+ $(NULL)
+