[Python-checkins] python/dist/src/Doc/tools mkinfo,1.6,1.7
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Mon Sep 29 13:26:11 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv22579
Modified Files:
mkinfo
Log Message:
Update to match the version used to build the 2.3.2c1 documentation.
Index: mkinfo
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/mkinfo,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mkinfo 28 Sep 2003 03:11:09 -0000 1.6
--- mkinfo 29 Sep 2003 17:26:08 -0000 1.7
***************
*** 39,42 ****
--- 39,44 ----
cd $WORKDIR
+ COMMONDIR="`dirname $DOCDIR`/commontex"
+
run() {
***************
*** 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\")" \
--- 52,56 ----
run $EMACS -batch -q --no-site-file -l $TOOLSDIR/py2texi.el \
! --eval "(setq py2texi-dirs '(\"$DOCDIR\" \"$COMMONDIR\" \"../texinputs\"))" \
--eval "(setq py2texi-texi-file-name \"$TEXINAME\")" \
--eval "(setq py2texi-info-file-name \"$INFONAME\")" \
More information about the Python-checkins
mailing list