]> granicus.if.org Git - python/commitdiff
Fix a wrong path in the Makefile.
authorGeorg Brandl <georg@python.org>
Wed, 15 Aug 2007 18:30:42 +0000 (18:30 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 15 Aug 2007 18:30:42 +0000 (18:30 +0000)
Doc/Makefile

index 1811a343ed5f08f0f4bfbb050043543d489259d5..d26117be1b80dbe2306fd667ac2b8f36517faada 100644 (file)
@@ -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/*