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:
parent
635b405c55
commit
4495adee6d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue