Blame icons/Makefile.am

Packit Service db4263
# vim:set noet ts=4
Packit Service db4263
#
Packit Service db4263
# ibus-table - The Tables engine for IBus
Packit Service db4263
#
Packit Service db4263
# Copyright (c) 2008-2009 Yu Yuwei <acevery@gmail.com>
Packit Service db4263
#
Packit Service db4263
# This library is free software; you can redistribute it and/or
Packit Service db4263
# modify it under the terms of the GNU Lesser General Public
Packit Service db4263
# License as published by the Free Software Foundation; either
Packit Service db4263
# version 2.1 of the License, or (at your option) any later version.
Packit Service db4263
#
Packit Service db4263
# This library is distributed in the hope that it will be useful,
Packit Service db4263
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service db4263
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service db4263
# Lesser General Public License for more details.
Packit Service db4263
#
Packit Service db4263
# You should have received a copy of the GNU Lesser General Public
Packit Service db4263
# License along with this library; if not, write to the Free Software
Packit Service db4263
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
Packit Service db4263
#
Packit Service db4263
Packit Service db4263
SUBDIRS = \
Packit Service db4263
	$(NULL)
Packit Service db4263
Packit Service db4263
icons_DATA = \
Packit Service db4263
	ibus-table.svg \
Packit Service db4263
	full-letter.svg \
Packit Service db4263
	half-letter.svg \
Packit Service db4263
	full-punct.svg \
Packit Service db4263
	half-punct.svg \
Packit Service db4263
	tab-mode.svg \
Packit Service db4263
	py-mode.svg \
Packit Service db4263
	onechar.svg \
Packit Service db4263
	phrase.svg \
Packit Service db4263
	chinese.svg \
Packit Service db4263
	english.svg \
Packit Service db4263
	acommit.svg \
Packit Service db4263
	ncommit.svg \
Packit Service db4263
	cb-mode.svg \
Packit Service db4263
	sc-mode.svg \
Packit Service db4263
	tc-mode.svg \
Packit Service db4263
	scb-mode.svg \
Packit Service db4263
	tcb-mode.svg \
Packit Service db4263
	$(NULL)
Packit Service db4263
Packit Service db4263
iconsdir = $(pkgdatadir)/icons
Packit Service db4263
Packit Service db4263
EXTRA_DIST = \
Packit Service db4263
	$(icons_DATA) \
Packit Service db4263
	$(NULL)
Packit Service db4263
Packit Service db4263
MAINTAINERCLEANFILES = \
Packit Service db4263
	Makefile.in \
Packit Service db4263
	$(NULL)
Packit Service db4263