added subversion treatment
authorhaftmann
Thu, 13 Apr 2006 11:22:44 +0200
changeset 19413 f753592842c9
parent 19412 cc08bcabdcd2
child 19414 a21431e996bf
added subversion treatment
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"