Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7a0d68

Browse files
committed
Update the list of directories passed to py2texi.el. The ordering was
wrong, and commontex/ needed to be added.
1 parent d4956aa commit f7a0d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/mkinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ run() {
4949
# generate the Texinfo file:
5050

5151
run $EMACS -batch -q --no-site-file -l $TOOLSDIR/py2texi.el \
52-
--eval "(setq py2texi-dirs '(\"./\" \"../texinputs/\" \"$DOCDIR\"))" \
52+
--eval "(setq py2texi-dirs '(\"$DOCDIR\" \"../commontex\" \"../texinputs\"))" \
5353
--eval "(setq py2texi-texi-file-name \"$TEXINAME\")" \
5454
--eval "(setq py2texi-info-file-name \"$INFONAME\")" \
5555
--eval "(py2texi \"$DOCDIR/$DOCFILE\")" \

0 commit comments

Comments
 (0)