emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug in make info?
@ 2010-07-30  8:16 Andreas Röhler
  2010-07-30 10:12 ` Philip Rooke
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Röhler @ 2010-07-30  8:16 UTC (permalink / raw)
  To: emacs-orgmode


Hi,

`make info' produces a texinfo-file `org' in directory `doc'.

Shouldn't the ending be `info', i.e. the output be `org.info'?

Thanks


Andreas

--
https://code.launchpad.net/~a-roehler/python-mode
https://code.launchpad.net/s-x-emacs-werkstatt/

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

* Re: bug in make info?
  2010-07-30  8:16 bug in make info? Andreas Röhler
@ 2010-07-30 10:12 ` Philip Rooke
  2010-07-30 10:31   ` Andreas Röhler
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Rooke @ 2010-07-30 10:12 UTC (permalink / raw)
  To: Andreas Röhler, emacs-orgmode

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> `make info' produces a texinfo-file `org' in directory `doc'.
>
> Shouldn't the ending be `info', i.e. the output be `org.info'?

Not necessarily.  The Makefile has the following target:

doc/org: doc/org.texi
	(cd doc; $(MAKEINFO) --no-split org.texi -o org)

where Carsten seems to have explicitly (-o option) set the output
filename to be org.

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

* Re: bug in make info?
  2010-07-30 10:12 ` Philip Rooke
@ 2010-07-30 10:31   ` Andreas Röhler
  2010-08-16 12:45     ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas Röhler @ 2010-07-30 10:31 UTC (permalink / raw)
  To: Philip Rooke; +Cc: emacs-orgmode

Am 30.07.2010 12:12, schrieb Philip Rooke:
> Andreas Röhler<andreas.roehler@easy-emacs.de>  writes:
>
>> `make info' produces a texinfo-file `org' in directory `doc'.
>>
>> Shouldn't the ending be `info', i.e. the output be `org.info'?
>
> Not necessarily.  The Makefile has the following target:
>
> doc/org: doc/org.texi
> 	(cd doc; $(MAKEINFO) --no-split org.texi -o org)
>
> where Carsten seems to have explicitly (-o option) set the output
> filename to be org.
>

If calling

info org from shell

command-names, just introduced into org.texi alongside with its keys,

--see thread "keys and command name info"--

are not displayed.

After renaming org into org.info its shown.

Andreas

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

* Re: bug in make info?
  2010-07-30 10:31   ` Andreas Röhler
@ 2010-08-16 12:45     ` Carsten Dominik
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2010-08-16 12:45 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-orgmode


On Jul 30, 2010, at 12:31 PM, Andreas Röhler wrote:

> Am 30.07.2010 12:12, schrieb Philip Rooke:
>> Andreas Röhler<andreas.roehler@easy-emacs.de>  writes:
>>
>>> `make info' produces a texinfo-file `org' in directory `doc'.
>>>
>>> Shouldn't the ending be `info', i.e. the output be `org.info'?
>>
>> Not necessarily.  The Makefile has the following target:
>>
>> doc/org: doc/org.texi
>> 	(cd doc; $(MAKEINFO) --no-split org.texi -o org)
>>
>> where Carsten seems to have explicitly (-o option) set the output
>> filename to be org.
>>
>
> If calling
>
> info org from shell
>
> command-names, just introduced into org.texi alongside with its keys,
>
> --see thread "keys and command name info"--
>
> are not displayed.
>
> After renaming org into org.info its shown.

Unfortunately, the correct extension seems to depend on the system... :(

- Carsten

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

end of thread, other threads:[~2010-08-16 12:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-30  8:16 bug in make info? Andreas Röhler
2010-07-30 10:12 ` Philip Rooke
2010-07-30 10:31   ` Andreas Röhler
2010-08-16 12:45     ` 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).