mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
don't assum '.' is in PATH
This commit is contained in:
parent
411a8bd799
commit
e6757c2cd4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue