commit | 09a5c3e6bbfe5fe5bcaa2025fc2c9ffcb9b92936 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Aug 15 18:30:42 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Aug 15 18:30:42 2007 +0000 |
tree | 668b9b0a69f4a2c80b1f225cb12876bc2269f2c2 | |
parent | 7094a0c9a8902921f5e58b45e22c023786662ba7 [diff] [blame] |
Fix a wrong path in the Makefile.
diff --git a/Doc/Makefile b/Doc/Makefile index 1811a34..d26117b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -55,7 +55,7 @@ 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/*