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 69db2b9 commit 1da0bbaCopy full SHA for 1da0bba
1 file changed
Doc/tools/mkinfo
@@ -38,6 +38,8 @@ cd $DOCDIR
38
DOCDIR=`pwd`
39
cd $WORKDIR
40
41
+COMMONDIR="`dirname $DOCDIR`/commontex"
42
+
43
44
run() {
45
# show what we're doing, like make does:
@@ -49,7 +51,7 @@ run() {
49
51
# generate the Texinfo file:
50
52
53
run $EMACS -batch -q --no-site-file -l $TOOLSDIR/py2texi.el \
- --eval "(setq py2texi-dirs '(\"$DOCDIR\" \"../commontex\" \"../texinputs\"))" \
54
+ --eval "(setq py2texi-dirs '(\"$DOCDIR\" \"$COMMONDIR\" \"../texinputs\"))" \
55
--eval "(setq py2texi-texi-file-name \"$TEXINAME\")" \
56
--eval "(setq py2texi-info-file-name \"$INFONAME\")" \
57
--eval "(py2texi \"$DOCDIR/$DOCFILE\")" \
0 commit comments