python/dist/src/Doc/tools mkinfo,1.5,1.6
Update of /cvsroot/python/python/dist/src/Doc/tools In directory sc8-pr-cvs1:/tmp/cvs-serv15779 Modified Files: mkinfo Log Message: Update the list of directories passed to py2texi.el. The ordering was wrong, and commontex/ needed to be added. Index: mkinfo =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/tools/mkinfo,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mkinfo 13 Nov 2002 19:31:04 -0000 1.5 --- mkinfo 28 Sep 2003 03:11:09 -0000 1.6 *************** *** 50,54 **** run $EMACS -batch -q --no-site-file -l $TOOLSDIR/py2texi.el \ ! --eval "(setq py2texi-dirs '(\"./\" \"../texinputs/\" \"$DOCDIR\"))" \ --eval "(setq py2texi-texi-file-name \"$TEXINAME\")" \ --eval "(setq py2texi-info-file-name \"$INFONAME\")" \ --- 50,54 ---- run $EMACS -batch -q --no-site-file -l $TOOLSDIR/py2texi.el \ ! --eval "(setq py2texi-dirs '(\"$DOCDIR\" \"../commontex\" \"../texinputs\"))" \ --eval "(setq py2texi-texi-file-name \"$TEXINAME\")" \ --eval "(setq py2texi-info-file-name \"$INFONAME\")" \
participants (1)
-
fdrake@users.sourceforge.net