diff --git a/Doc/Makefile b/Doc/Makefile index 1811a343ed5..d26117be1b8 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/*