about summary refs log tree commit diff
path: root/Doc/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2005-08-23 00:37:51 +0000
committerWayne Davison <wayned@users.sourceforge.net>2005-08-23 00:37:51 +0000
commit4495adee6d24b997bbf1cae37409307de13ff1c0 (patch)
treed3bfd330e3424df38f073b70e3720b8e09fe7cdc /Doc/Makefile.in
parent635b405c5586cf5a383b0a8d8a8de6c64db6318d (diff)
downloadzsh-4495adee6d24b997bbf1cae37409307de13ff1c0.tar.gz
zsh-4495adee6d24b997bbf1cae37409307de13ff1c0.tar.xz
zsh-4495adee6d24b997bbf1cae37409307de13ff1c0.zip
A more comprehensive apostrophe fix for nroff files that prevents
characters from vanishing from the output when an apostrophe
appears as the first literal character on a line.
Diffstat (limited to 'Doc/Makefile.in')
-rw-r--r--Doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile.in b/Doc/Makefile.in
index afa6380c3..414ef4b28 100644
--- a/Doc/Makefile.in
+++ b/Doc/Makefile.in
@@ -118,7 +118,7 @@ zsh.info: $(sdir)/zsh.texi
 	case '$(YODL)' in :*) touch $$target ;; *) \
 	    echo $(YODL) -o $$target -I$(sdir) -w zman.yo version.yo $< ; \
 	    $(YODL) -I$(sdir) -w zman.yo version.yo $< | \
-	      sed -e '1s/\\-/-/g' -e '/^\.'\''/d' -e 's/\\fB'\''\\fP/\\fB\\\&'\''\\fP/' > $$target \
+	      sed -e '1s/\\-/-/g' -e '/^\.'\''/d' -e 's/\(\\fB\)*'\''/\1\\\&'\''/' > $$target \
 	;; esac; \
 
 # These targets are no longer made by default, nor