From f2042eaf2b91b69ccdbaebffbfb9db5a53d9f093 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 25 Dec 2007 17:07:51 +0000 Subject: 24318: drop leading spaces from direntry to cope with new makeinfo behavior. --- ChangeLog | 5 +++++ Doc/ztexi.yo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c685a51d0..7d1d357fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-12-25 Clint Adams + + * 24318: Doc/ztexi.yo: drop leading spaces from direntry to cope + with new makeinfo behavior. + 2007-12-24 Clint Adams * 24316: Test/runtests.zsh, Test/ztst.zsh: count skipped tests diff --git a/Doc/ztexi.yo b/Doc/ztexi.yo index ed0236bde..639646350 100644 --- a/Doc/ztexi.yo +++ b/Doc/ztexi.yo @@ -71,7 +71,7 @@ def(texinfo)(2)(\ NOTRANS(@ifinfo)+NL()\ NOTRANS(@dircategory Utilities)+NL()\ NOTRANS(@direntry)+NL()\ - NOTRANS( * ZSH: (zsh). The Z Shell Manual.)+NL()\ + NOTRANS(* ZSH: (zsh). The Z Shell Manual.)+NL()\ NOTRANS(@end direntry)+NL()\ NOTRANS(@end ifinfo)+NL()\ ) -- cgit 1.4.1