mirror of
https://github.com/python/cpython.git
synced 2025-11-17 09:30:10 +00:00
Update to match the version used to build the 2.3.2c1 documentation.
This commit is contained in:
parent
69db2b967a
commit
1da0bba420
1 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ cd $DOCDIR
|
||||||
DOCDIR=`pwd`
|
DOCDIR=`pwd`
|
||||||
cd $WORKDIR
|
cd $WORKDIR
|
||||||
|
|
||||||
|
COMMONDIR="`dirname $DOCDIR`/commontex"
|
||||||
|
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
# show what we're doing, like make does:
|
# show what we're doing, like make does:
|
||||||
|
|
@ -49,7 +51,7 @@ run() {
|
||||||
# generate the Texinfo file:
|
# generate the Texinfo file:
|
||||||
|
|
||||||
run $EMACS -batch -q --no-site-file -l $TOOLSDIR/py2texi.el \
|
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-texi-file-name \"$TEXINAME\")" \
|
||||||
--eval "(setq py2texi-info-file-name \"$INFONAME\")" \
|
--eval "(setq py2texi-info-file-name \"$INFONAME\")" \
|
||||||
--eval "(py2texi \"$DOCDIR/$DOCFILE\")" \
|
--eval "(py2texi \"$DOCDIR/$DOCFILE\")" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue