From f7a0d6870867e2e02a33d4a2e59e632c81031354 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sun, 28 Sep 2003 03:11:09 +0000 Subject: [PATCH] Update the list of directories passed to py2texi.el. The ordering was wrong, and commontex/ needed to be added. --- Doc/tools/mkinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/mkinfo b/Doc/tools/mkinfo index d9527301ae..1c438525ec 100755 --- a/Doc/tools/mkinfo +++ b/Doc/tools/mkinfo @@ -49,7 +49,7 @@ run() { # generate the Texinfo file: run $EMACS -batch -q --no-site-file -l $TOOLSDIR/py2texi.el \ - --eval "(setq py2texi-dirs '(\"./\" \"../texinputs/\" \"$DOCDIR\"))" \ + --eval "(setq py2texi-dirs '(\"$DOCDIR\" \"../commontex\" \"../texinputs\"))" \ --eval "(setq py2texi-texi-file-name \"$TEXINAME\")" \ --eval "(setq py2texi-info-file-name \"$INFONAME\")" \ --eval "(py2texi \"$DOCDIR/$DOCFILE\")" \ -- 2.50.1