pro makeMyHTML
;+
;makeMyHtml constructs HarveyHelp.html from the
;imglib and HarveyLib directories and puts the
;resulting HTML file on the desktop.
;
;USAGE: makeMyHTML
;-
MK_HTML_HELP,['C:\RSI\User\img\imglib','C:\RSI\User\HarveyLib'],$
'C:\Documents and Settings\herrc\Desktop\HarveyHelp.html'
end