Changeset 177 for trunk/SRC/Utilities


Ignore:
Timestamp:
09/13/06 17:50:54 (18 years ago)
Author:
smasson
Message:

updates of html files...

Location:
trunk/SRC/Utilities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/.idlwave_catalog

    r153 r177  
    1717   ("linearequation" fun nil (lib "linearequation.pro" nil "saxo") "Result = %s(point1, point2)" (nil)) 
    1818   ("lineintersection" fun nil (lib "lineintersection.pro" nil "saxo") "Result = %s(abc1, abc2)" (nil ("FLOAT"))) 
     19   ("mergeonline_help" pro nil (lib "mergeonline_help.pro" nil "saxo") "%s" (nil)) 
    1920   ("protype" fun nil (lib "protype.pro" nil "saxo") "Result = %s(file)" (nil)) 
    2021   ("pwd" pro nil (lib "pwd.pro" nil "saxo") "%s" (nil)) 
     
    2324   ("testvar" fun nil (lib "testvar.pro" nil "saxo") "Result = %s" (nil ("var"))) 
    2425   ("text_box" pro nil (lib "text_box.pro" nil "saxo") "%s, text" (nil ("_EXTRA") ("bg_color") ("box") ("center") ("fg_color") ("pos") ("right") ("vert_space"))) 
    25    ("UNDEFINE" pro nil (lib "undefine.pro" nil "saxo") "%s, varname" (nil)) 
     26   ("undefine" pro nil (lib "undefine.pro" nil "saxo") "%s, varname" (nil)) 
    2627   ("xfile" pro nil (lib "xfile.pro" nil "saxo") "%s, filename" (nil ("_extra"))) 
    2728   ("xhelp" pro nil (lib "xhelp.pro" nil "saxo") "%s, filename" (nil ("_extra"))))) 
  • trunk/SRC/Utilities/mergeonline_help.pro

    r175 r177  
    5353  ENDIF 
    5454; create idl.adp and home.html 
    55   homeidladp = file_dirname(isafile(!help_path + '/idl.adp')) 
     55  homeidladp = !dir + '/help/online_help' 
     56  IF file_test(homeidladp + '/idl.adp') EQ 0 THEN BEGIN 
     57    print, 'Error when looking for the file '+homeidladp + '/idl.adp ...' 
     58    print, 'Check the value or your environment variable $IDL_DIR that defines !dir' 
     59    return 
     60  ENDIF 
    5661  homesaxoadp = file_dirname(find('buildinit.pro'), /mark_directory) + 'Documentation/idldoc_assistant_output' 
    5762 
Note: See TracChangeset for help on using the changeset viewer.