summaryrefslogtreecommitdiffstats
path: root/data
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 /data
parentafa4d969145f4b0bbf370d8941582325837fd415 (diff)
downloadibus-libzhuyin-32000efc58389e6129a274033ee10918ff924a5a.tar.gz
ibus-libzhuyin-32000efc58389e6129a274033ee10918ff924a5a.tar.xz
ibus-libzhuyin-32000efc58389e6129a274033ee10918ff924a5a.zip
update automake
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am33
-rw-r--r--data/icons/Makefile.am39
2 files changed, 72 insertions, 0 deletions
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)
+