spiegel-keyman/linux/scim_kmfl_imengine/Makefile.am
danglassey 89d6ef5fc0 fixes for make distcheck to work
add EXTRA_DIST for various files
updated intltool
use installed scim found by pkgconfig not one from $(prefix)
2006-03-04 13:35:47 +00:00

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