diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-10-01 00:10:40 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-10-01 00:10:40 +0000 |
commit | 11bb8bae8334b6b5fb29bbe22de5180b2025732c (patch) | |
tree | c0248915c4362e1aca155db4f5d7121633d8de98 /japanese/lookup-emacs21 | |
parent | a84391f52abb2b62c590fc9cd6573b1c074fb4fe (diff) | |
download | ports-11bb8bae8334b6b5fb29bbe22de5180b2025732c.tar.gz ports-11bb8bae8334b6b5fb29bbe22de5180b2025732c.zip |
XEmacs can register info files in "M-x info" automatically.
So "install-info" does not need.
Notes
Notes:
svn path=/head/; revision=22093
Diffstat (limited to 'japanese/lookup-emacs21')
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile index 1b2c26c1e88e..915ecef2c4be 100644 --- a/japanese/lookup-emacs21/Makefile +++ b/japanese/lookup-emacs21/Makefile @@ -57,7 +57,9 @@ do-install: ${RM} ${ELISPDIR}/lookup-compile.el ${SED} -e 's,@VERSION@,1.0,' -e 's,@pkgemacsdir@,${ELISPDIR},' \ ${WRKSRC}/lisp/lookup-vars.el.in > ${ELISPDIR}/lookup-vars.el +.if (${EMACS} != "xemacs") install-info ${PORTINFODIR}/lookup.info ${PORTINFODIR}/dir +.endif ${SED} -e 's,%%ELISPDIR%%,${ELISPDIR},' ${FILESDIR}/lookup-startup.el.tmpl > ${ELISPDIR}/../lookup-startup.el .if (${EMACS} == "xemacs") |