about summary refs log tree commit diff
path: root/Config
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2011-01-17 02:42:24 +0000
committerWayne Davison <wayned@users.sourceforge.net>2011-01-17 02:42:24 +0000
commit7d06bc98c5dc6b8f415ace0db06205554b73cd12 (patch)
tree2024f3227ce020cd4dcf198756293208956f1d39 /Config
parent6e95fc96020f9d32cae7e48b65c180b9a6263b6e (diff)
downloadzsh-7d06bc98c5dc6b8f415ace0db06205554b73cd12.tar.gz
zsh-7d06bc98c5dc6b8f415ace0db06205554b73cd12.tar.xz
zsh-7d06bc98c5dc6b8f415ace0db06205554b73cd12.zip
Use the -L option with yodl 3.x.
Diffstat (limited to 'Config')
-rw-r--r--Config/defs.mk.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in
index 69edf7005..cd3afa6c4 100644
--- a/Config/defs.mk.in
+++ b/Config/defs.mk.in
@@ -73,9 +73,9 @@ IMPOPT          = @IMPOPT@
 # utilities
 AWK             = @AWK@
 ANSI2KNR        = @ANSI2KNR@
-YODL            = @YODL@
-YODL2TXT        = $(YODL)2txt
-YODL2HTML       = $(YODL)2html
+YODL            = @YODL@ @YODL_OPTIONS@
+YODL2TXT        = @YODL@2txt
+YODL2HTML       = @YODL@2html
 PDFETEX		= @PDFETEX@
 TEXI2PDF	= @TEXI2PDF@