help-emacs-windows
[Top][All Lists]
Advanced

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

[h-e-w] Re: Missing index.texi for Elisp manual


From: Stephen Powell
Subject: [h-e-w] Re: Missing index.texi for Elisp manual
Date: Sun, 29 Sep 2002 20:46:45 +1000
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3 (i386-msvc-nt5.0.2195) Hamster/1.3.23.191

On Sat, 28 Sep 2002, address@hidden wrote:
> I'm trying to create the info files for the GNU Elisp Manual,
> 21-2.8, downloaded from the GNU site.

[...]

> The index.texi file is missing. There is an index.texi.lnk file, can
> I do anything with that?  Can I build the index from the sources?

The index.texi.lnk file is the representation of a symbolic link
created by Cygwin's make[¹] and should point to either index.perm or
index.unperm.  On my system doing an ls under bash shows :

$ ls -l index.texi
lrwxrwxrwx    1 stevep   None          106 Fri May 10 15:24:12 2002 index.texi 
-> ./index.unperm

If you're using a Cygwin version of makeinfo it should understand
symbolic links.  If you're not and you want a permuted index copy
index.perm to index.texi, or if you want a unpermuted index copy
index.unperm to index.texi.



Footnotes: 
[¹] From the lispref/Makefile :

,----[ Makefile<lispref> ]
| index.texi:
|       if [ a${permuted_index} != a ]; \
|       then \
|         ln -s $(srcdir)/index.perm index.texi || ln $(srcdir)/index.perm 
index.texi || cp $(srcdir)/index.perm index.texi; \
|       else \
|         ln -s $(srcdir)/index.unperm index.texi || ln $(srcdir)/index.unperm 
index.texi || cp $(srcdir)/index.unperm index.texi; \
|       fi
`----

-- 
Stephen Powell
address@hidden






reply via email to

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