From 337a2e3bfdc5fc6e8d116442cdd939b2df85f90e Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sun, 24 Apr 2005 18:38:01 +0000 Subject: Minor tweak to _generic plus doc fixes for info interpretation of hyphens. --- Doc/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Doc/Makefile.in') diff --git a/Doc/Makefile.in b/Doc/Makefile.in index d26e5a863..4223c8625 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -110,11 +110,12 @@ zsh.info: $(sdir)/zsh.texi $(MAKEINFO) $(sdir)/zsh.texi .yo.1: - case $@ in \ + @case $@ in \ */*) target=$@ ;; \ *) target=$(sdir)/$@ ;; \ esac; \ case '$(YODL)' in :*) ;; *) \ + 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' > $$target \ ;; esac; \ test -f $$target @@ -141,11 +142,12 @@ zsh_toc.html: $(sdir)/zsh.texi $(TEXI2HTML) $(sdir)/zsh.texi zshall.1: zsh.yo - case $@ in \ + @case $@ in \ */*) target=$@ ;; \ *) target=$(sdir)/$@ ;; \ esac; \ case '$(YODL)' in :*) ;; *) \ + 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 \ ;; esac; \ test -f $$target -- cgit 1.4.1