From: Georg Brandl Date: Wed, 15 Aug 2007 18:30:42 +0000 (+0000) Subject: Fix a wrong path in the Makefile. X-Git-Tag: v2.6a1~1500 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=09a5c3e6bbfe5fe5bcaa2025fc2c9ffcb9b92936;p=thirdparty%2FPython%2Fcpython.git Fix a wrong path in the Makefile. --- diff --git a/Doc/Makefile b/Doc/Makefile index 1811a343ed5f..d26117be1b80 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/*