diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-03-04 09:04:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-03-04 09:04:16 +0100 |
commit | 29ace173b170a5d77e6becb30fb1d9f253a373d5 (patch) | |
tree | af7e961cb4406d67c763614c466a999b632c84a6 | |
parent | 69b6da07c386446d16a11cc41cb64b486199413c (diff) | |
download | guile-29ace173b170a5d77e6becb30fb1d9f253a373d5.tar.gz |
doc: Rename "Texinfo" node to "Texinfo Processing".
* doc/ref/texinfo.texi (Texinfo): Rename to...
(Texinfo Processing): ... this.
* doc/ref/guile.texi (Guile Modules): Update menu.
-rw-r--r-- | doc/ref/guile.texi | 2 | ||||
-rw-r--r-- | doc/ref/texinfo.texi | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index a6e3e7d0c..1e4a95a99 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -372,7 +372,7 @@ available through both Scheme and C interfaces. * Curried Definitions:: Extended @code{define} syntax. * Statprof:: An easy-to-use statistical profiler. * SXML:: Parsing, transforming, and serializing XML. -* Texinfo:: Munging documents written in Texinfo. +* Texinfo Processing:: Munging documents written in Texinfo. @end menu @include slib.texi diff --git a/doc/ref/texinfo.texi b/doc/ref/texinfo.texi index b5ef393c1..ec0686388 100644 --- a/doc/ref/texinfo.texi +++ b/doc/ref/texinfo.texi @@ -3,8 +3,12 @@ @c Copyright (C) 2013 Free Software Foundation, Inc. @c See the file guile.texi for copying conditions. -@node Texinfo -@section Texinfo +@c Note: Don't use "Texinfo" as the node name here because this leads to +@c a clash in the HTML output between texinfo.html (from the "texinfo" +@c node) and Texinfo.html on case-insensitive file systems such as +@c HFS+ (MacOS X). +@node Texinfo Processing +@section Texinfo Processing @menu * texinfo:: Parse texinfo files or fragments into @code{stexi}, a scheme representation |