From: Borked Pseudo Mailed <nobody@pseudo.borked.net>
To: help-gnu-emacs@gnu.org
Subject: Re: adding a new info file to info index page
Date: Sun, 25 May 2008 23:21:34 -0600 (MDT) [thread overview]
Message-ID: <faea987b4ad0f23f548fcdfe1355784b@pseudo.borked.net> (raw)
In-Reply-To: mailman.12232.1211772126.18990.help-gnu-emacs@gnu.org
You can do a little better than manually adding info files if you
are running a bash shell-
for FI in `ls /usr/info/*.info` ; do install-info -info-dir /usr/info
/usr/info/$FI ; done
On Mon, 26 May 2008 06:21:27 +0300, Eli Zaretskii <eliz@gnu.org>
wrote:
>> From: "xahlee@gmail.com" <xahlee@gmail.com>
>> Date: Sun, 25 May 2008 12:35:36 -0700 (PDT)
>>
>> about 10 years ago, in gnu emacs, if i added a new info file, i have
>> to mod the index file, so it shows up in the index. I recall in xemacs
>> its automatic or something like that.
>>
>> Do i still have to do that today?
>
>No. The Texinfo package comes with a program called install-info that
>will do what you want: update the DIR file with the menu items for a
>particular Info manual.
>
next prev parent reply other threads:[~2008-05-26 5:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-25 19:35 adding a new info file to info index page xahlee
2008-05-26 2:26 ` weber
2008-05-26 3:23 ` Eli Zaretskii
2008-10-05 1:45 ` Joseph Brenner
2008-05-26 3:21 ` Eli Zaretskii
2008-05-26 11:19 ` Joel J. Adamson
[not found] ` <mailman.12232.1211772126.18990.help-gnu-emacs@gnu.org>
2008-05-26 5:21 ` Borked Pseudo Mailed [this message]
2008-05-26 21:00 ` diary: repeat scheduling problem Daniel
2008-05-26 23:18 ` weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=faea987b4ad0f23f548fcdfe1355784b@pseudo.borked.net \
--to=nobody@pseudo.borked.net \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).