libtool-patches
[Top][All Lists]
Advanced

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

Re: Allow production of HTML docs from libtool.texi [PATCH]


From: Robert Boehne
Subject: Re: Allow production of HTML docs from libtool.texi [PATCH]
Date: Mon, 21 Apr 2003 23:58:18 -0500

Approved and checking in to CVS Head and branch-1-5.

Thanks!

Robert

Richard Dawe wrote:
> 
> Hello.
> 
> Currently making HTML docs from libtool.texi fails:
> 
> iolanthe:~/src/libtool/doc =] makeinfo --html libtool.texi
> ./libtool.texi:213: `Introduction' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:382: `Libtool paradigm' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:404: `Using libtool' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:1032: `Invoking libtool' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:1463: `Integrating libtool' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:1999: `Versioning' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:2214: `Library tips' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:2400: `Inter-library dependencies' has no Up field (perhaps 
> incorrect sectioning?).
> ./libtool.texi:2458: `Dlopened modules' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:2669: `Using libltdl' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:3601: `Other languages' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:3657: `Troubleshooting' has no Up field (perhaps incorrect 
> sectioning?).
> ./libtool.texi:3952: `Maintaining' has no Up field (perhaps incorrect 
> sectioning?).
> ./fdl.texi:1: `GNU Free Documentation License' has no Up field (perhaps 
> incorrect sectioning?).
> ./libtool.texi:4744: `Index' has no Up field (perhaps incorrect sectioning?).
> ./libtool.texi:382: warning: unreferenced node `Libtool paradigm'.
> ./fdl.texi:1: warning: unreferenced node `GNU Free Documentation License'.
> ./libtool.texi:4744: warning: unreferenced node `Index'.
> makeinfo: Removing output file 
> `/home/rich/src/libtool/doc/libtool/index.html' due to errors; use --force to 
> preserve.
> 
> This is because the Top node and menu is enclosed in @ifinfo/@end ifinfo
> rather than @ifnottex/@end ifnottex. Below is a patch with ChangeLog entry
> to fix this.
> 
> Bye, Rich =]
> 
> 2003-04-21  Richard Dawe  <address@hidden>
> 
>         * doc/libtool.texi: Use @ifnottex instead of @ifinfo,
>         to allow production of HTML documentation using makeinfo.
> 
> Index: doc/libtool.texi
> ===================================================================
> RCS file: /cvsroot/libtool/libtool/doc/libtool.texi,v
> retrieving revision 1.134
> diff -p -u -3 -r1.134 libtool.texi
> --- doc/libtool.texi    31 Mar 2003 17:36:01 -0000      1.134
> +++ doc/libtool.texi    21 Apr 2003 13:37:45 -0000
> @@ -21,7 +21,7 @@
>  * libtoolize: (libtool)Invoking libtoolize.     Adding libtool support.
>  @end direntry
> 
> address@hidden
> address@hidden
>  This file documents GNU Libtool @value{VERSION}
> 
>  Copyright (C) 1996-2000 Free Software Foundation, Inc.
> @@ -39,7 +39,7 @@ results, provided the printed document c
>  identical to this one except for the removal of this paragraph
> 
>  @end ignore
> address@hidden ifinfo
> address@hidden ifnottex
> 
>  @titlepage
>  @title GNU Libtool
> @@ -68,7 +68,7 @@ the section entitled "GNU Free Documenta
>  @syncodeindex tp cp
>  @synindex pg cp
> 
> address@hidden
> address@hidden
>  @node Top, Introduction, (dir), (dir)
>  @comment  node-name,  next,  previous,  up
>  @top Shared library support for GNU
> @@ -208,7 +208,7 @@ Platform quirks
>  @end detailmenu
>  @end menu
> 
> address@hidden ifinfo
> address@hidden ifnottex
> 
>  @node Introduction
>  @chapter Introduction
> 
> _______________________________________________
> Libtool-patches mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/libtool-patches




reply via email to

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