1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

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.
This commit is contained in:
Wayne Davison 2005-08-23 00:37:51 +00:00
parent 635b405c55
commit 4495adee6d

View file

@ -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