Blame data/annotationsDerived/Makefile.am

Packit 42196e
# vim:set noet ts=4
Packit 42196e
#
Packit 42196e
# ibus-typing-booster - A completion input method for IBus
Packit 42196e
#
Packit 42196e
# Copyright (c) 2011-2012 Anish Patil  <apatil@redhat.com>
Packit 42196e
# Copyright (c) 2016 Mike FABIAN <mfabian@redhat.com>
Packit 42196e
#
Packit 42196e
# This program is free software: you can redistribute it and/or modify
Packit 42196e
# it under the terms of the GNU General Public License as published by
Packit 42196e
# the Free Software Foundation, either version 3 of the License, or
Packit 42196e
# (at your option) any later version.
Packit 42196e
#
Packit 42196e
# This program is distributed in the hope that it will be useful,
Packit 42196e
# but WITHOUT ANY WARRANTY; without even the implied warranty of 
Packit 42196e
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 42196e
# GNU General Public License for more details.
Packit 42196e
#
Packit 42196e
# You should have received a copy of the GNU General Public License 
Packit 42196e
# along with this program.  If not, see <http://www.gnu.org/licenses/>
Packit 42196e
Packit 42196e
extradata_DATA = \
Packit 42196e
	af.xml \
Packit 42196e
	am.xml \
Packit 42196e
	ar.xml \
Packit 42196e
	as.xml \
Packit 42196e
	ast.xml \
Packit 42196e
	az.xml \
Packit 42196e
	be.xml \
Packit 42196e
	bg.xml \
Packit 42196e
	bn.xml \
Packit 42196e
	br.xml \
Packit 42196e
	bs.xml \
Packit 42196e
	ca.xml \
Packit 42196e
	ccp.xml \
Packit 42196e
	chr.xml \
Packit 42196e
	cs.xml \
Packit 42196e
	cy.xml \
Packit 42196e
	da.xml \
Packit 42196e
	de.xml \
Packit 42196e
	de_CH.xml \
Packit 42196e
	el.xml \
Packit 42196e
	en.xml \
Packit 42196e
	en_001.xml \
Packit 42196e
	en_AU.xml \
Packit 42196e
	en_CA.xml \
Packit 42196e
	en_GB.xml \
Packit 42196e
	es.xml \
Packit 42196e
	es_419.xml \
Packit 42196e
	es_MX.xml \
Packit 42196e
	es_US.xml \
Packit 42196e
	et.xml \
Packit 42196e
	eu.xml \
Packit 42196e
	fa.xml \
Packit 42196e
	fi.xml \
Packit 42196e
	fil.xml \
Packit 42196e
	fo.xml \
Packit 42196e
	fr.xml \
Packit 42196e
	fr_CA.xml \
Packit 42196e
	ga.xml \
Packit 42196e
	gd.xml \
Packit 42196e
	gl.xml \
Packit 42196e
	gu.xml \
Packit 42196e
	he.xml \
Packit 42196e
	hi.xml \
Packit 42196e
	hr.xml \
Packit 42196e
	hu.xml \
Packit 42196e
	hy.xml \
Packit 42196e
	id.xml \
Packit 42196e
	is.xml \
Packit 42196e
	it.xml \
Packit 42196e
	ja.xml \
Packit 42196e
	ka.xml \
Packit 42196e
	kab.xml \
Packit 42196e
	kk.xml \
Packit 42196e
	km.xml \
Packit 42196e
	kn.xml \
Packit 42196e
	ko.xml \
Packit 42196e
	ky.xml \
Packit 42196e
	lo.xml \
Packit 42196e
	lt.xml \
Packit 42196e
	lv.xml \
Packit 42196e
	mk.xml \
Packit 42196e
	ml.xml \
Packit 42196e
	mn.xml \
Packit 42196e
	mr.xml \
Packit 42196e
	ms.xml \
Packit 42196e
	my.xml \
Packit 42196e
	nb.xml \
Packit 42196e
	ne.xml \
Packit 42196e
	nl.xml \
Packit 42196e
	nn.xml \
Packit 42196e
	or.xml \
Packit 42196e
	pa.xml \
Packit 42196e
	pl.xml \
Packit 42196e
	ps.xml \
Packit 42196e
	pt.xml \
Packit 42196e
	pt_PT.xml \
Packit 42196e
	ro.xml \
Packit 42196e
	root.xml \
Packit 42196e
	ru.xml \
Packit 42196e
	sd.xml \
Packit 42196e
	si.xml \
Packit 42196e
	sk.xml \
Packit 42196e
	sl.xml \
Packit 42196e
	sq.xml \
Packit 42196e
	sr.xml \
Packit 42196e
	sr_Latn.xml \
Packit 42196e
	sr_Cyrl.xml \
Packit 42196e
	sr_Cyrl_BA.xml \
Packit 42196e
	sv.xml \
Packit 42196e
	sw.xml \
Packit 42196e
	ta.xml \
Packit 42196e
	te.xml \
Packit 42196e
	th.xml \
Packit 42196e
	tk.xml \
Packit 42196e
	to.xml \
Packit 42196e
	tr.xml \
Packit 42196e
	uk.xml \
Packit 42196e
	ur.xml \
Packit 42196e
	uz.xml \
Packit 42196e
	vi.xml \
Packit 42196e
	yue.xml \
Packit 42196e
	yue_Hans.xml \
Packit 42196e
	zh.xml \
Packit 42196e
	zh_Hant.xml \
Packit 42196e
	zh_Hant_HK.xml \
Packit 42196e
	zu.xml \
Packit 42196e
	$(NULL)
Packit 42196e
Packit 42196e
extradatadir = $(pkgdatadir)/data/annotationsDerived
Packit 42196e
Packit 42196e
EXTRA_DIST = \
Packit 42196e
	$(extradata_DATA) \
Packit 42196e
	$(NULL)
Packit 42196e
Packit 42196e
MAINTAINERCLEANFILES = \
Packit 42196e
	Makefile.in \
Packit 42196e
	$(NULL)
Packit 42196e