[Python-checkins] r57073 - python/trunk/Doc/Makefile

georg.brandl python-checkins at python.org
Wed Aug 15 20:30:44 CEST 2007


Author: georg.brandl
Date: Wed Aug 15 20:30:42 2007
New Revision: 57073

Modified:
   python/trunk/Doc/Makefile
Log:
Fix a wrong path in the Makefile.


Modified: python/trunk/Doc/Makefile
==============================================================================
--- python/trunk/Doc/Makefile	(original)
+++ python/trunk/Doc/Makefile	Wed Aug 15 20:30:42 2007
@@ -55,7 +55,7 @@
 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/*


More information about the Python-checkins mailing list