]> granicus.if.org Git - python/commitdiff
Update to match the version used to build the 2.3.2c1 documentation.
authorFred Drake <fdrake@acm.org>
Mon, 29 Sep 2003 17:26:08 +0000 (17:26 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Sep 2003 17:26:08 +0000 (17:26 +0000)
Doc/tools/mkinfo

index 1c438525ec6b81d4af5675773710cc966cad753c..be75168fd2499ea8c949c330e3849cc56e4b825d 100755 (executable)
@@ -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\")" \