From 9ffe596f251b6b35d59da3b9e204b315d34fdfbf Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 17 Oct 1999 17:01:52 +0000 Subject: zsh-3.1.6-bart-7-2 --- Doc/Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Doc') diff --git a/Doc/Makefile.in b/Doc/Makefile.in index 6bf0c1cb2..03ef6bbc0 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -81,11 +81,10 @@ zsh.texi: zsh.yo test -f $(sdir)/zsh.texi .yo.1: - @case $@ in \ + case $@ in \ */*) target=$@ ;; \ *) target=$(sdir)/$@ ;; \ esac; \ - $(YODL) -o $$target -I$(sdir) -w zman.yo version.yo $< ; \ $(YODL) -I$(sdir) -w zman.yo version.yo $< | sed -e '1s/\\-/-/g' -e '/^\.'\''/d' > $$target || exit 1; \ test -f $$target @@ -99,11 +98,10 @@ zsh_toc.html: zsh.texi $(TEXI2HTML) $(sdir)/zsh.texi zshall.1: zsh.yo - @case $@ in \ + case $@ in \ */*) target=$@ ;; \ *) target=$(sdir)/$@ ;; \ esac; \ - echo $(YODL) -o $$target -I$(sdir) -DZSHALL -w zman.yo version.yo zsh.yo; \ $(YODL) -I$(sdir) -DZSHALL -w zman.yo version.yo zsh.yo | sed -e '1s/\\-/-/g' -e '/^\.'\''/d' > $$target || exit 1; \ test -f $$target -- cgit 1.4.1