From a6cf8b340c14cddfec0a2c1ff1cc1cf9401fb701 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Wed, 27 Feb 2008 18:24:41 +0000 Subject: 24617: add '.' to the yodl include path for when files are passed as ../../Doc/*.yo. --- Doc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc') diff --git a/Doc/Makefile.in b/Doc/Makefile.in index 7bd7986f6..cfe7a6dde 100644 --- a/Doc/Makefile.in +++ b/Doc/Makefile.in @@ -122,8 +122,8 @@ zsh.info: $(sdir)/zsh.texi *) target=$(sdir)/$@ ;; \ esac; \ case '$(YODL)' in :*) touch $$target ;; *) \ - echo $(YODL) -o $$target -I$(sdir) -w zman.yo version.yo $< ; \ - $(YODL) -I$(sdir) -w zman.yo version.yo $< | \ + 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\)*'\''/\1\\\&'\''/' > $$target \ ;; esac; \ -- cgit 1.4.1