mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
doc: avoid problems with case insensitive file systems
makeinfo --html generates index.html, and the node "Index" will result in Index.html. On case insensitive file systems, such as on Mac OS X by default, this results in a single, invalid, file (Texinfo 4.13). See http://lists.gnu.org/archive/html/bug-texinfo/2012-07/msg00032.html * doc/bison.texi (Index): Rename as... (Index of Terms): this.
This commit is contained in:
@@ -110,7 +110,7 @@ Reference sections:
|
||||
* Glossary:: Basic concepts are explained.
|
||||
* Copying This Manual:: License for copying this manual.
|
||||
* Bibliography:: Publications cited in this manual.
|
||||
* Index:: Cross-references to the text.
|
||||
* Index of Terms:: Cross-references to the text.
|
||||
|
||||
@detailmenu
|
||||
--- The Detailed Node Listing ---
|
||||
@@ -11704,8 +11704,8 @@ London, Department of Computer Science, TR-00-12 (December 2000).
|
||||
@uref{http://www.cs.rhul.ac.uk/research/languages/publications/tomita_style_1.ps}
|
||||
@end table
|
||||
|
||||
@node Index
|
||||
@unnumbered Index
|
||||
@node Index of Terms
|
||||
@unnumbered Index of Terms
|
||||
|
||||
@printindex cp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user