From 7f7cdc86f9f37cc63d5117b9d7180c419aac7d12 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 31 Jan 1999 23:15:30 +0000 Subject: [PATCH] Wrap the @top node in @ifnottex instead of @ifinfo so `makeinfo --html ...' works. From Karl Berry. --- doc/textutils.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/textutils.texi b/doc/textutils.texi index 0b3fd24193..d840adcc16 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -103,7 +103,7 @@ by the Foundation. @end titlepage -@ifinfo +@ifnottex @node Top @top GNU text utilities @@ -203,7 +203,7 @@ Opening the software toolbox @end detailmenu @end menu -@end ifinfo +@end ifnottex @node Introduction -- 2.47.3