From: tomo Date: Mon, 11 Mar 2002 17:53:49 +0000 (+0000) Subject: (COPYDIR): Add ${srcdir}/lib-src/char-db if HAVE_CHISE_CLIENT is X-Git-Tag: r21-2-44-lazy-n7c~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e5ed9d096a046cc551d380131109565ac7a479f1;p=chise%2Fxemacs-chise.git.1 (COPYDIR): Add ${srcdir}/lib-src/char-db if HAVE_CHISE_CLIENT is defined. (COPYDESTS): Add ${archlibdir}/char-db if HAVE_CHISE_CLIENT is defined. --- diff --git a/Makefile.in.in b/Makefile.in.in index c81def8..31e8ce8 100644 --- a/Makefile.in.in +++ b/Makefile.in.in @@ -239,8 +239,13 @@ INSTALL_ARCH_DEP_SUBDIR = @INSTALL_ARCH_DEP_SUBDIR@ ## When installing the info files, we need to do special things to ## avoid nuking an existing dir file, so we don't do that here; ## instead, we have written out explicit code in the `install' targets. +#ifdef HAVE_CHISE_CLIENT +COPYDIR = ${srcdir}/etc ${srcdir}/lisp ${srcdir}/lib-src/char-db +COPYDESTS = ${etcdir} ${lispdir} ${archlibdir}/char-db +#else COPYDIR = ${srcdir}/etc ${srcdir}/lisp COPYDESTS = ${etcdir} ${lispdir} +#endif GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/config.h lwlib/config.h src/sheap-adjust.h GENERATED_LISP = lisp/finder-inf.el