AUTOMAKE_OPTIONS = foreign SUBDIRS = compat geometry keycodes keymap po rules semantics symbols types docs EXTRA_DIST=config.rpath COPYING CREDITS README ChangeLog\ autogen.sh \ xkeyboard-config.spec \ xkeyboard-config.spec.in \ intltool-extract.in intltool-merge.in intltool-update.in MAINTAINERCLEANFILES=ChangeLog .PHONY: ChangeLog ChangeLog: (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \ (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) dist-hook: ChangeLog DISTCLEANFILES=intltool-extract intltool-merge intltool-update # ACLOCAL_AMFLAGS = -I m4 if CREATE_XKBCOMP_SYMLINK install-xkbcomp: ln -sf $(XKBCOMP) $(DESTDIR)$(xkb_base)/xkbcomp else install-xkbcomp: endif install-data-hook: install-xkbcomp sync-po: rsync -Lrtvz translationproject.org::tp/latest/xkeyboard-config/ po