Blame tables/Makefile.am

Packit 30c44c
# vim:set noet ts=4
Packit 30c44c
#
Packit 30c44c
# ibus-table - The Tables engine for IBus
Packit 30c44c
#
Packit 30c44c
# Copyright (c) 2008-2009 Yu Yuwei <acevery@gmail.com>
Packit 30c44c
#
Packit 30c44c
# This library is free software; you can redistribute it and/or
Packit 30c44c
# modify it under the terms of the GNU Lesser General Public
Packit 30c44c
# License as published by the Free Software Foundation; either
Packit 30c44c
# version 2.1 of the License, or (at your option) any later version.
Packit 30c44c
#
Packit 30c44c
# This library is distributed in the hope that it will be useful,
Packit 30c44c
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 30c44c
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 30c44c
# Lesser General Public License for more details.
Packit 30c44c
#
Packit 30c44c
# You should have received a copy of the GNU Lesser General Public
Packit 30c44c
# License along with this library; if not, write to the Free Software
Packit 30c44c
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
Packit 30c44c
#
Packit 30c44c
# $Id: $
Packit 30c44c
#
Packit 30c44c
Packit 30c44c
SUBDIRS = \
Packit 30c44c
	$(NULL)
Packit 30c44c
Packit 30c44c
template_DATA = \
Packit 30c44c
	template.txt \
Packit 30c44c
	$(NULL)
Packit 30c44c
Packit 30c44c
templatedir = $(datadir)/ibus-table/tables
Packit 30c44c
Packit 30c44c
EXTRA_DIST = \
Packit 30c44c
	template.txt \
Packit 30c44c
	$(NULL)
Packit 30c44c
Packit 30c44c
MAINTAINERCLEANFILES = \
Packit 30c44c
	Makefile.in \
Packit 30c44c
	$(NULL)
Packit 30c44c
Packit 30c44c
install-data-local:
Packit 30c44c
	$(MKDIR_P) $(DESTDIR)$(pkgdatadir)/tables
Packit 30c44c