Changeset 993 for library/doc

Show
Ignore:
Timestamp:
05/26/10 18:42:53 (14 years ago)
Author:
smidl
Message:

relative paths

Location:
library/doc/toolbox_doc
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • library/doc/toolbox_doc/classnames2files.pl

    r987 r993  
    1212    $filename =~ s/bdm::/classbdm_1_1/; 
    1313    $filename =~ s/$/.html/; 
    14     print "html/" . $filename; 
     14    print "../html/" . $filename; 
    1515} 
    1616 
  • library/doc/toolbox_doc/filter_html.pl

    r987 r993  
    1313my $class    = 'bdm::egiw'; 
    1414my @to_keep  = ('from_setting', 'to_setting'); 
    15 my $output_dir = 'out'; 
    16 my $input_dir = 'html'; 
     15my $output_dir = '../toolbox_html'; 
     16my $input_dir = '../html'; 
    1717 
    1818GetOptions( 
  • library/doc/toolbox_doc/get_class_hierarchy.sh

    r987 r993  
    11#!/bin/sh 
    22 
    3 cat hierarchy.html | html2text | sed -n '/\[.\]/p' | sed 's/\[.\]/  /g' > mt__class_hierarchy.txt 
     3cat ../html/hierarchy.html | html2text | sed -n '/\[.\]/p' | sed 's/\[.\]/  /g' > mt__class_hierarchy.txt