summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-20 22:01:07 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-20 22:01:07 (GMT)
commite6757c2cd4ffca4eb10eb8fe0528148601e415c9 (patch)
treebd92f569c2a8e8b4b47f5bec5f58ddd4c01fcc16 /Doc/Makefile
parent411a8bd7996364259939ae65decca6265e7fa7c3 (diff)
downloadcpython-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/Makefile2
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