emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Make install-info not really installing into info
@ 2008-09-23 18:18 Peter Kjær Monsson
  2008-09-24 13:21 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Kjær Monsson @ 2008-09-23 18:18 UTC (permalink / raw)
  To: emacs-orgmode

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-24 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-23 18:18 Make install-info not really installing into info Peter Kjær Monsson
2008-09-24 13:21 ` Carsten Dominik

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).