From 09a5c3e6bbfe5fe5bcaa2025fc2c9ffcb9b92936 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 15 Aug 2007 18:30:42 +0000 Subject: Fix a wrong path in the Makefile. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/* -- cgit v0.12