Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4956aa commit f7a0d68Copy full SHA for f7a0d68
1 file changed
Doc/tools/mkinfo
@@ -49,7 +49,7 @@ run() {
49
# generate the Texinfo file:
50
51
run $EMACS -batch -q --no-site-file -l $TOOLSDIR/py2texi.el \
52
- --eval "(setq py2texi-dirs '(\"./\" \"../texinputs/\" \"$DOCDIR\"))" \
+ --eval "(setq py2texi-dirs '(\"$DOCDIR\" \"../commontex\" \"../texinputs\"))" \
53
--eval "(setq py2texi-texi-file-name \"$TEXINAME\")" \
54
--eval "(setq py2texi-info-file-name \"$INFONAME\")" \
55
--eval "(py2texi \"$DOCDIR/$DOCFILE\")" \
0 commit comments