|
From: Chris W. <la...@us...> - 2001-10-12 20:59:03
|
Update of /cvsroot/openinteract/SPOPS
In directory usw-pr-cvs1:/tmp/cvs-serv16736
Modified Files:
build_docs
Log Message:
only build .pod docs
Index: build_docs
===================================================================
RCS file: /cvsroot/openinteract/SPOPS/build_docs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build_docs 2001/10/08 13:54:18 1.2
--- build_docs 2001/10/12 20:59:00 1.3
***************
*** 55,58 ****
--- 55,59 ----
return if ( $File::Find::dir =~ /examples/ );
return if ( $File::Find::dir =~ /CVS/ );
+ return unless ( /\.pod$/ );
push @DOC_FILES, $File::Find::name;
}
|