Update of /cvsroot/openinteract/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17161
Modified Files:
build_docs
Log Message:
how did this work before? ...
Index: build_docs
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/build_docs,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** build_docs 27 Sep 2004 20:04:05 -0000 1.12
--- build_docs 30 Nov 2004 03:18:04 -0000 1.13
***************
*** 160,163 ****
--- 160,164 ----
my $dest_html_file = relocate( $site_pod_file, $DEST_DIR, $HTML_DIR );
check_path( $dest_html_file );
+ $dest_html_file =~ s/\.pod$/\.html/;
open( SITE, '>', $dest_html_file )
|| die "Cannot open '$dest_html_file': $!";
|