acd1f5eb4c
ok jasper@, krw@, matthieu@
19 lines
506 B
Makefile
19 lines
506 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = compat geometry keycodes po rules symbols types docs man
|
|
|
|
pkgconfigdir = $(datadir)/pkgconfig
|
|
pkgconfig_DATA = xkeyboard-config.pc
|
|
|
|
EXTRA_DIST=config.rpath COPYING CREDITS README \
|
|
autogen.sh \
|
|
xkeyboard-config.pc.in \
|
|
intltool-extract.in intltool-merge.in intltool-update.in
|
|
|
|
DISTCLEANFILES=intltool-extract intltool-merge intltool-update
|
|
|
|
# ACLOCAL_AMFLAGS = -I m4
|
|
|
|
sync-po:
|
|
rsync -Lrtvz translationproject.org::tp/latest/xkeyboard-config/ po
|