about summary refs log tree commit diff
path: root/Doc/Makefile.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-17 17:01:52 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-17 17:01:52 +0000
commit9ffe596f251b6b35d59da3b9e204b315d34fdfbf (patch)
tree8616c1e9fbde10800596127850ab2a5068bdc77a /Doc/Makefile.in
parent6014bbdb459e30aee0f5ec4a7e0bdfb43a264adf (diff)
downloadzsh-9ffe596f251b6b35d59da3b9e204b315d34fdfbf.tar.gz
zsh-9ffe596f251b6b35d59da3b9e204b315d34fdfbf.tar.xz
zsh-9ffe596f251b6b35d59da3b9e204b315d34fdfbf.zip
zsh-3.1.6-bart-7-2 zsh-3.1.6-bart-7-2
Diffstat (limited to 'Doc/Makefile.in')
-rw-r--r--Doc/Makefile.in6
1 files changed, 2 insertions, 4 deletions
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