|
From: Michael N. <mne...@us...> - 2002-04-16 20:30:31
|
Update of /cvsroot/ruby-dbi/src/lib/dbi/doc In directory usw-pr-cvs1:/tmp/cvs-serv8365 Modified Files: create_html Log Message: fixed path to stylesheet Index: create_html =================================================================== RCS file: /cvsroot/ruby-dbi/src/lib/dbi/doc/create_html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- create_html 11 Jun 2001 10:42:35 -0000 1.4 +++ create_html 16 Apr 2002 20:30:26 -0000 1.5 @@ -2,7 +2,7 @@ RUBY=(/usr/bin/env ruby -p -e) subst='$_.gsub!(/&<var>amp<\/var>;/, %q|<var>&</var>|)' subst2='$_.gsub!(/&<var>lt<\/var>;/, %q|<var><</var>|)' -RD=( rd2 -r rd/rd2html-lib --with-css=http://www.ruby-projects.org/dbi/rubyStyle.css ) +RD=( rd2 -r rd/rd2html-lib --with-css=rubyStyle.css ) $RD --html-title="ChangeLog for DBI" ChangeLog | $RUBY "$subst" | $RUBY "$subst2" > html/ChangeLog.html $RD --html-title="ToDo List for DBI" ToDo | $RUBY "$subst" | $RUBY "$subst2" > html/ToDo.html |