auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] AucTeX info missing dir file


From: Tassilo Horn
Subject: Re: [AUCTeX] AucTeX info missing dir file
Date: Fri, 30 Aug 2013 09:51:50 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Julien Cubizolles <address@hidden> writes:

>>> The doc/ directory where the info files are located doesn't have a
>>> dir file. There is then no way to make auctex info files accessible
>>> to the info function, is it ?
>>
>> Huh?  make install should also install the info files.
>
> Yes it does. I used to run AucTeX from the source directory, without
> install. It's okay With some packages (gnus/org-mode) that create the
> dir file without installing.

I do the same.  You can easily build a dir-file with:

  $ cd auctex/doc
  $ for x in *.info; do
      install-info --dir-file=dir $x
    done

Bye,
Tassilo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]