2009-06-06 11:52:23 -06:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
2012-06-10 10:30:14 -06:00
|
|
|
SUBDIRS = compat geometry keycodes po rules symbols types docs man
|
2009-06-06 11:52:23 -06:00
|
|
|
|
2011-01-10 07:25:56 -07:00
|
|
|
pkgconfigdir = $(datadir)/pkgconfig
|
|
|
|
pkgconfig_DATA = xkeyboard-config.pc
|
|
|
|
|
2013-10-26 11:49:57 -06:00
|
|
|
EXTRA_DIST=config.rpath COPYING README \
|
2009-06-06 11:52:23 -06:00
|
|
|
autogen.sh \
|
2011-01-10 07:25:56 -07:00
|
|
|
xkeyboard-config.pc.in \
|
2009-06-06 11:52:23 -06:00
|
|
|
intltool-extract.in intltool-merge.in intltool-update.in
|
|
|
|
|
|
|
|
DISTCLEANFILES=intltool-extract intltool-merge intltool-update
|
|
|
|
|
2014-05-05 12:05:33 -06:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2009-06-06 11:52:23 -06:00
|
|
|
|
|
|
|
sync-po:
|
|
|
|
rsync -Lrtvz translationproject.org::tp/latest/xkeyboard-config/ po
|