mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Update the list of directories passed to py2texi.el. The ordering was
wrong, and commontex/ needed to be added.
This commit is contained in:
parent
d4956aac96
commit
f7a0d68708
1 changed files with 1 additions and 1 deletions
|
@ -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\")" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue