Fix a wrong path in the Makefile.
This commit is contained in:
parent
7094a0c9a8
commit
09a5c3e6bb
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue