From 11bb8bae8334b6b5fb29bbe22de5180b2025732c Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Fri, 1 Oct 1999 00:10:40 +0000 Subject: XEmacs can register info files in "M-x info" automatically. So "install-info" does not need. --- japanese/lookup-emacs21/Makefile | 2 ++ japanese/lookup-mule/Makefile | 2 ++ japanese/lookup-xemacs/pkg-plist | 2 -- japanese/lookup/Makefile | 2 ++ 4 files changed, 6 insertions(+), 2 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") diff --git a/japanese/lookup-mule/Makefile b/japanese/lookup-mule/Makefile index 1b2c26c1e88e..915ecef2c4be 100644 --- a/japanese/lookup-mule/Makefile +++ b/japanese/lookup-mule/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") diff --git a/japanese/lookup-xemacs/pkg-plist b/japanese/lookup-xemacs/pkg-plist index 218df1c99444..a0db20ad8860 100644 --- a/japanese/lookup-xemacs/pkg-plist +++ b/japanese/lookup-xemacs/pkg-plist @@ -22,7 +22,5 @@ lib/xemacs/site-packages/lisp/lookup/ndtp.el lib/xemacs/site-packages/lisp/lookup/sdicf.el lib/xemacs/site-packages/lisp/lookup/stem-english.el lib/xemacs/site-packages/pkginfo/MANIFEST.lookup -@unexec install-info --delete %D/lib/xemacs/site-packages/info/lookup.info %D/lib/xemacs/site-packages/info/dir lib/xemacs/site-packages/info/lookup.info -@exec install-info %D/lib/xemacs/info/lookup.info %D/lib/xemacs/site-packages/info/dir @dirrm lib/xemacs/site-packages/lisp/lookup diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 1b2c26c1e88e..915ecef2c4be 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/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") -- cgit v1.2.3