mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
12 lines
259 B
Makefile
12 lines
259 B
Makefile
SUBDIRS = po src scim_kmfl_imengine_setup data
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
# Copy all the spec files. Of cource, only one is actually used.
|
|
dist-hook:
|
|
for specfile in *.spec; do \
|
|
if test -f $$specfile; then \
|
|
cp -p $$specfile $(distdir); \
|
|
fi \
|
|
done
|
|
|