From: Dave Thomas Date: 2004-07-27T05:55:45+09:00 Subject: Re: Newbie: More problems with RDoc On Jul 26, 2004, at 14:51, Xeon wrote: > > 1. The command: > rdoc -f html c:\ruby\lib\ruby\site_ruby\1.8\fox\chore.rb > rdoc -o c:\temp\3\doc -f html > c:\ruby\lib\ruby\site_ruby\1.8\fox\chore.rb > Try running it in the directory where the .rb file is: it might be having problems with the \'s in the path names > 3. Creating CHM with command: > rdoc -o c:\temp\3\doc -f chm > c:\ruby\lib\ruby\site_ruby\1.8\fox\chore.rb > > Rdoc whines that it couldn't find hh.exe in C:\Program Files\HTML Help > Workshop. I actually have installed HTML Help Workshop, just in > different directory. Why does the path to hh.exe hardcoded like that? Gosh, don't you just hate things that whine? :) No idea why it's hard wired: possibly because it isn't on the path by default, and therefore if there's no path RDoc can't find it anywhere. I'm open to suggestions... :) Cheers Dave