summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-09-28 03:11:09 (GMT)
committerFred Drake <fdrake@acm.org>2003-09-28 03:11:09 (GMT)
commitf7a0d6870867e2e02a33d4a2e59e632c81031354 (patch)
tree72dadc581c37226fc63e9b0693d7fb50cb3d9026 /Doc/tools
parentd4956aac961e131c72e6c1e57f1c7055365e6036 (diff)
downloadcpython-f7a0d6870867e2e02a33d4a2e59e632c81031354.zip
cpython-f7a0d6870867e2e02a33d4a2e59e632c81031354.tar.gz
cpython-f7a0d6870867e2e02a33d4a2e59e632c81031354.tar.bz2
Update the list of directories passed to py2texi.el. The ordering was
wrong, and commontex/ needed to be added.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-xDoc/tools/mkinfo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/mkinfo b/Doc/tools/mkinfo
index d952730..1c43852 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\")" \