Description: Fix texinfo doc for makeinfo 5.1
Author: Yann Dirson <dirson@debian.org>
Bug-Debian: http://bugs.debian.org/712333

--- fweb-1.62.orig/Manual/fweb.texi
+++ fweb-1.62/Manual/fweb.texi
@@ -1,5 +1,4 @@
 \input texinfo   @c -*-texinfo-*-
-@def@ifhtml{@doignore{ifhtml}}
 @setfilename fweb.info
 @settitle FWEB
 
@@ -28,23 +27,38 @@ END-INFO-DIR-ENTRY
 @Fprog{Ftangle}
 @end macro
 
-@macro ASP
 @iftex
+@macro ASP
 @tex`\hbox{\tt@@\char`\ }'@end tex
+@end macro
 @end iftex
 @ifinfo
-@w{@samp{@@ }}@c
+@macro ASP
+@w{@samp{@@ }}
+@end macro
 @end ifinfo
+@ifhtml
+@macro ASP
+@w{@samp{@@ }}
 @end macro
+@end ifhtml
 
+@iftex
 @macro PI
 @tex
 $\pi$
 @end tex
+@end iftex
 @ifinfo
+@macro PI
 @var{pi}@c
+@end macro
 @end ifinfo
+@ifhtml
+@macro PI
+@var{pi}@c
 @end macro
+@end ifhtml
 
 @macro EQUIV
 @tex
@@ -1055,7 +1069,7 @@ need for sections that must be physicall
 to be contiguous in the source file.  This allows for great flexibility
 in structuring the documentation of the code.
 
-@subsubsection A simple example
+@subsection A simple example
 
 @cindex Example, of @FWEB{} file
 A simple example of an @FWEB{} source file consisting of three sections is as
@@ -1141,7 +1155,7 @@ Minor (@dfn{unnamed}) sections are begun
 these have no associated names and are not entered into the Table of
 Contents.  A newline counts as a space.
 
-@subsubsection The @TeX{} part
+@subsection The @TeX{} part
 
 @cindex Commentary, optional
 @cindex Part, @TeX{}
@@ -1168,7 +1182,7 @@ the vertical bars would not be necessary
 The ability to switch back and forth between text mode and code mode at
 will allows for a very convenient and flexible style of exposition. 
 
-@subsubsection The definition part
+@subsection The definition part
 
 @cindex Part, definition
 The @TeX{} part is followed by an
@@ -1187,7 +1201,7 @@ one needs to do here is to use the liter
 @samp{@@@@m}.)
 @cindex @@, literal
 
-@subsubsection The code part
+@subsection The code part
 
 @cindex Part, code
 An unnamed @dfn{code part} is begun by @samp{@@a}.  A named code part is begun
@@ -1199,7 +1213,7 @@ language.  (Setting the language is desc
 code part is terminated by the next appearance of @samp{@@*} or @ASP{}
 (which signal the beginning of a new section), or by the end of file.
 
-@subsubsection The limbo section
+@subsection The limbo section
 
 @cindex Section, limbo
 @cindex Limbo section
