Summary: | (emacs) emacs ilisp ebuild does not install texinfo manual | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Anthony Ventimiglia <anthony> |
Component: | New packages | Assignee: | Matthew Kennedy (RETIRED) <mkennedy> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | rac |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Anthony Ventimiglia
2003-06-04 16:16:42 UTC
diff -Naur /usr/portage/app-emacs/ilisp/ChangeLog ilisp/ChangeLog --- /usr/portage/app-emacs/ilisp/ChangeLog 2003-04-08 10:38:29.000000000 -0400 +++ ilisp/ChangeLog 2003-06-04 17:08:44.000000000 -0400 @@ -2,8 +2,13 @@ # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header: /home/cvsroot/gentoo-x86/app-emacs/ilisp/ChangeLog,v 1.4 2003/04/08 14:38:29 mkennedy Exp $ + *ilisp-5.12.0-r1 (15 Dec 2002) + 04 Jun 2003; Anthony Ventimiglia <anthony@ventimilgia.org> + ilisp-5.12.0-r1.ebuild: make and install texinfo manual. + + 08 Apr 2003; Matthew Kennedy <mkennedy@gentoo.org> files/50ilisp-gentoo.el: corrected path for cmulisp diff -Naur /usr/portage/app-emacs/ilisp/ilisp-5.12.0-r1.ebuild ilisp/ilisp-5.12.0-r1.ebuild --- /usr/portage/app-emacs/ilisp/ilisp-5.12.0-r1.ebuild 2003-06-04 17:02:48.000000000 -0400 +++ ilisp/ilisp-5.12.0-r1.ebuild 2003-06-04 17:18:55.000000000 -0400 @@ -24,6 +24,8 @@ do emacs -batch -eval "(byte-compile-file \"$i\")" done + cd ../docs + make info } src_install() { @@ -31,6 +33,7 @@ elisp-install ${PN}/extra extra/*.el extra/*.elc elisp-site-file-install ${FILESDIR}/50ilisp-gentoo.el dodoc ACKNOWLEDGMENTS COPYING GETTING-ILISP HISTORY INSTALLATION README Welcome + doinfo docs/ilisp.info* } pkg_postinst() { fixed in -r3 along with a new minor version update/sync with debian from cvs. thanks for the bug report. |