Blame tables/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
# $Id: $
Packit Service db4263
#
Packit Service db4263
Packit Service db4263
SUBDIRS = \
Packit Service db4263
	$(NULL)
Packit Service db4263
Packit Service db4263
template_DATA = \
Packit Service db4263
	template.txt \
Packit Service db4263
	$(NULL)
Packit Service db4263
Packit Service db4263
templatedir = $(datadir)/ibus-table/tables
Packit Service db4263
Packit Service db4263
EXTRA_DIST = \
Packit Service db4263
	template.txt \
Packit Service db4263
	$(NULL)
Packit Service db4263
Packit Service db4263
MAINTAINERCLEANFILES = \
Packit Service db4263
	Makefile.in \
Packit Service db4263
	$(NULL)
Packit Service db4263
Packit Service db4263
install-data-local:
Packit Service db4263
	$(MKDIR_P) $(DESTDIR)$(pkgdatadir)/tables
Packit Service db4263