From 4495adee6d24b997bbf1cae37409307de13ff1c0 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 23 Aug 2005 00:37:51 +0000 Subject: 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. --- Doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/Makefile.in') 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 -- cgit 1.4.1