[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] bashref.texi
From: |
istry |
Subject: |
[PATCH] bashref.texi |
Date: |
Mon, 09 Sep 2002 22:32:36 +0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 |
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' -DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H -I. -I/mnt/hde10/_build_/src/bash -I/mnt/hde10/_build_/src/bash/include -I/mnt/hde10/_build_/src/bash/lib -g -O2
uname output: Linux lfs 2.4.18acl #5 Sat Sep 7 22:16:04 MSD 2002 i686 unknown
Machine Type: i686-pc-linux-gnu
Bash Version: 2.05b
Patch Level: 0
Release Status: release
Description:
generation of the html(xml) output failed because @ifinfo directive removes some important code (should be @ifnottex).
Repeat-By:
makeinfo --html bashref.texi
Fix:
tiny patch attached (self explanatory)
diff -Nur bash-2.05b.orig/doc/bashref.texi bash-2.05b/doc/bashref.texi
--- bash-2.05b.orig/doc/bashref.texi Mon Jul 15 23:21:24 2002
+++ bash-2.05b/doc/bashref.texi Mon Sep 9 13:49:07 2002
@@ -87,12 +87,10 @@
by the Free Software Foundation.
@end titlepage
-@ifinfo
+@ifnottex
@node Top, Introduction, (dir), (dir)
@top Bash Features
-@end ifinfo
-@ifinfo
This text is a brief description of the features that are present in
the Bash shell.
@@ -157,7 +155,7 @@
* Concept Index:: General index for concepts described in
this manual.
@end menu
-@end ifinfo
+@end ifnottex
@node Introduction
@chapter Introduction
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] bashref.texi,
istry <=