mirror of https://github.com/python/cpython.git
don't assum '.' is in PATH
This commit is contained in:
parent
411a8bd799
commit
e6757c2cd4
|
@ -74,7 +74,7 @@ qua.dvi: qua.tex quabib.bib
|
|||
$(DVIPS) qua >qua.ps
|
||||
|
||||
lib.texi: lib*.tex texipre.dat texipost.dat partparse.py fix.el
|
||||
python partparse.py -o @lib.texi `whichlibs`
|
||||
python partparse.py -o @lib.texi `./whichlibs`
|
||||
emacs -batch -l fix.el -f save-buffer -kill
|
||||
mv @lib.texi lib.texi
|
||||
|
||||
|
|
Loading…
Reference in New Issue