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

Skip to content

Commit 1da0bba

Browse files
committed
Update to match the version used to build the 2.3.2c1 documentation.
1 parent 69db2b9 commit 1da0bba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/tools/mkinfo

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ cd $DOCDIR
3838
DOCDIR=`pwd`
3939
cd $WORKDIR
4040

41+
COMMONDIR="`dirname $DOCDIR`/commontex"
42+
4143

4244
run() {
4345
# show what we're doing, like make does:
@@ -49,7 +51,7 @@ run() {
4951
# generate the Texinfo file:
5052

5153
run $EMACS -batch -q --no-site-file -l $TOOLSDIR/py2texi.el \
52-
--eval "(setq py2texi-dirs '(\"$DOCDIR\" \"../commontex\" \"../texinputs\"))" \
54+
--eval "(setq py2texi-dirs '(\"$DOCDIR\" \"$COMMONDIR\" \"../texinputs\"))" \
5355
--eval "(setq py2texi-texi-file-name \"$TEXINAME\")" \
5456
--eval "(setq py2texi-info-file-name \"$INFONAME\")" \
5557
--eval "(py2texi \"$DOCDIR/$DOCFILE\")" \

0 commit comments

Comments
 (0)