# HG changeset patch # User haftmann # Date 1144920164 -7200 # Node ID f753592842c9805e31092f44dedb218120fb187e # Parent cc08bcabdcd21d55c86d313edfc871a74f6d7aa7 added subversion treatment diff -r cc08bcabdcd2 -r f753592842c9 Admin/website/build/make_dep.bash --- a/Admin/website/build/make_dep.bash Tue Apr 11 16:00:09 2006 +0200 +++ b/Admin/website/build/make_dep.bash Thu Apr 13 11:22:44 2006 +0200 @@ -17,7 +17,7 @@ allstatic='' for dir in $STATICDIRS do - for file in $("$FIND" "$dir" -follow -type f -a ! -path "*/CVS/*") + for file in $("$FIND" "$dir" -follow -type f -a ! -path "*/CVS/*" -a ! -path "*/.svn/*") do outputfile="\$(OUTPUTROOT)/$file" echo "$outputfile: $file" >> "$DEP_FILE"