[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Makeinfo and multiple dircategory entries
From: |
Ralf Angeli |
Subject: |
Makeinfo and multiple dircategory entries |
Date: |
Sat, 16 Feb 2008 18:59:42 +0100 |
Hi,
the AUCTeX manual contains the following lines in the Texinfo file:
@dircategory Emacs
@dircategory TeX
@direntry
* AUCTeX: (auctex). A sophisticated TeX environment for Emacs.
@end direntry
The resulting info file contains the following INFO-DIR-SECTION entry:
INFO-DIR-SECTION EmacsINFO-DIR-SECTION TeX
START-INFO-DIR-ENTRY
* AUCTeX: (auctex). A sophisticated TeX environment for Emacs.
END-INFO-DIR-ENTRY
This happens with the following makeinfo version:
$ makeinfo --version
makeinfo (GNU texinfo) 4.11
After running install-info (actually ginstall-info on Debian) the dir
file contains
EmacsINFO-DIR-SECTION TeX
* AUCTeX: (auctex). A sophisticated TeX environment for Emacs.
which doesn't look correct.
Is this is a bug in makeinfo or is input, i.e. the Texinfo file,
incorrect?
--
Ralf
- Makeinfo and multiple dircategory entries,
Ralf Angeli <=