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

updates of html files...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.