]> granicus.if.org Git - python/commitdiff
[Patch #1600491 from Jim Jewett] Describe how to build help files on Windows
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Dec 2006 15:19:14 +0000 (15:19 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Dec 2006 15:19:14 +0000 (15:19 +0000)
Lib/pydoc.py

index 0fc624eb5838ebf7361cb1d73d925ef4f2e52ca4..ce9751787b8fcb2452a33197a59041fd4a27f592 100755 (executable)
@@ -1737,6 +1737,9 @@ Here is a list of available topics.  Enter any topic name to get more help.
 Sorry, topic and keyword documentation is not available because the Python
 HTML documentation files could not be found.  If you have installed them,
 please set the environment variable PYTHONDOCS to indicate their location.
+
+On the Microsoft Windows operating system, the files can be built by
+running "hh -decompile . PythonNN.chm" in the C:\PythonNN\Doc> directory.
 ''')
             return
         target = self.topics.get(topic, self.keywords.get(topic))