summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-09-29 17:26:08 (GMT)
committerFred Drake <fdrake@acm.org>2003-09-29 17:26:08 (GMT)
commit1da0bba4201c3f653aced90e321a0e3f82dab470 (patch)
treed882e22aafcdb03d2c69afc2c2bcd092e3cdbbdf
parent69db2b967a3437e557195e8469d2fe57aa937750 (diff)
downloadcpython-1da0bba4201c3f653aced90e321a0e3f82dab470.zip
cpython-1da0bba4201c3f653aced90e321a0e3f82dab470.tar.gz
cpython-1da0bba4201c3f653aced90e321a0e3f82dab470.tar.bz2
Update to match the version used to build the 2.3.2c1 documentation.
-rwxr-xr-xDoc/tools/mkinfo4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/tools/mkinfo b/Doc/tools/mkinfo
index 1c43852..be75168 100755
--- a/Doc/tools/mkinfo
+++ b/Doc/tools/mkinfo
@@ -38,6 +38,8 @@ cd $DOCDIR
DOCDIR=`pwd`
cd $WORKDIR
+COMMONDIR="`dirname $DOCDIR`/commontex"
+
run() {
# show what we're doing, like make does:
@@ -49,7 +51,7 @@ run() {
# generate the Texinfo file:
run $EMACS -batch -q --no-site-file -l $TOOLSDIR/py2texi.el \
- --eval "(setq py2texi-dirs '(\"$DOCDIR\" \"../commontex\" \"../texinputs\"))" \
+ --eval "(setq py2texi-dirs '(\"$DOCDIR\" \"$COMMONDIR\" \"../texinputs\"))" \
--eval "(setq py2texi-texi-file-name \"$TEXINAME\")" \
--eval "(setq py2texi-info-file-name \"$INFONAME\")" \
--eval "(py2texi \"$DOCDIR/$DOCFILE\")" \