From: "Peter Kjær Monsson" <peter@monsson.dk>
To: emacs-orgmode@gnu.org
Subject: Make install-info not really installing into info
Date: Tue, 23 Sep 2008 20:18:43 +0200 [thread overview]
Message-ID: <DFA4F9BB2C324D76BB698BA3D3C390C1@PKMASUS> (raw)
Hi all,
First off, thanks for an awesome emacs mode. I've had the mode which
standard Emacs 22 provided, but I was looking for some improved date
handling (which 6.07b has, woohoo!) so I downloaded and installed it. The
installation seems to work great except that install-info doesn't really
inject the info file into the dir file of my non-standard directory of
infofiles[1].
Now this is not a patch since I'd have to sign a lot of papers - which would
take ages - so the following lines are something I've seen other emacs modes
have makefiles that included a lines similar to this which solved the
problem. Maybe you could do something similar for an other release. All
names are pure coincidence.
# Name of the program to install info files
INSTALL_INFO=install-info
install-info: # ... lot's of other stuff here ...
$(INSTALL_INFO) --info-file=$(INFOFILES) --info-dir=$(infodir)
Best Regards
Peter Kjær Monsson
[1] I use a nonstandard directory for info files in order to create a
portable, version controlled .emacs.d fork that can be dropped in anywhere
and doesn't give me permission problems.
next reply other threads:[~2008-09-23 18:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-23 18:18 Peter Kjær Monsson [this message]
2008-09-24 13:21 ` Make install-info not really installing into info Carsten Dominik
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.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=DFA4F9BB2C324D76BB698BA3D3C390C1@PKMASUS \
--to=peter@monsson.dk \
--cc=emacs-orgmode@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.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
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).