mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
add EXTRA_DIST for various files updated intltool use installed scim found by pkgconfig not one from $(prefix)
30 lines
737 B
Makefile
30 lines
737 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
## Created by Anjuta - will be overwritten
|
|
## If you don't want it to overwrite it,
|
|
## Please disable it in the Anjuta project configuration
|
|
|
|
SUBDIRS = intl po src scim_kmfl_imengine_setup
|
|
|
|
libkmfldocdir = ${prefix}/doc/scim_kmfl_imengine
|
|
libkmfldoc_DATA = \
|
|
README\
|
|
COPYING\
|
|
AUTHORS\
|
|
ChangeLog\
|
|
INSTALL\
|
|
NEWS\
|
|
TODO\
|
|
ABOUT-NLS
|
|
|
|
EXTRA_DIST = $(libkmfldoc_DATA) intltool-extract.in intltool-merge.in intltool-update.in
|
|
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
|
|
|
|
|
|
# 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
|
|
|