diff options
author | Guido van Rossum <guido@python.org> | 1994-10-20 22:01:07 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-20 22:01:07 (GMT) |
commit | e6757c2cd4ffca4eb10eb8fe0528148601e415c9 (patch) | |
tree | bd92f569c2a8e8b4b47f5bec5f58ddd4c01fcc16 /Doc/Makefile | |
parent | 411a8bd7996364259939ae65decca6265e7fa7c3 (diff) | |
download | cpython-e6757c2cd4ffca4eb10eb8fe0528148601e415c9.zip cpython-e6757c2cd4ffca4eb10eb8fe0528148601e415c9.tar.gz cpython-e6757c2cd4ffca4eb10eb8fe0528148601e415c9.tar.bz2 |
don't assum '.' is in PATH
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 4b04cc3..eff7fb3 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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 |