diff options
author | Georg Brandl <georg@python.org> | 2007-08-15 18:30:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-08-15 18:30:42 (GMT) |
commit | 09a5c3e6bbfe5fe5bcaa2025fc2c9ffcb9b92936 (patch) | |
tree | 668b9b0a69f4a2c80b1f225cb12876bc2269f2c2 /Doc/Makefile | |
parent | 7094a0c9a8902921f5e58b45e22c023786662ba7 (diff) | |
download | cpython-09a5c3e6bbfe5fe5bcaa2025fc2c9ffcb9b92936.zip cpython-09a5c3e6bbfe5fe5bcaa2025fc2c9ffcb9b92936.tar.gz cpython-09a5c3e6bbfe5fe5bcaa2025fc2c9ffcb9b92936.tar.bz2 |
Fix a wrong path in the Makefile.
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 1811a34..d26117b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -55,7 +55,7 @@ web: build htmlhelp: BUILDER = htmlhelp htmlhelp: build @echo "Build finished; now you can run HTML Help Workshop with the" \ - "build/hhp/pydoc.hhp project file." + "build/htmlhelp/pydoc.hhp project file." clean: -rm -rf build/* |