Fix a wrong path in the Makefile.

This commit is contained in:
Georg Brandl 2007-08-15 18:30:42 +00:00
parent 7094a0c9a8
commit 09a5c3e6bb
1 changed files with 1 additions and 1 deletions

View 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/*