]> git.donarmstrong.com Git - lilypond.git/commitdiff
Also filter out-www.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 15 Aug 2007 10:23:44 +0000 (12:23 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 15 Aug 2007 10:23:44 +0000 (12:23 +0200)
buildscripts/grand-replace.sh

index 731ef8b392ba9192bd979a7fb41c0361cdd44951..1eec4484939de9ec60b9132ad70e1a7eb8dc7357 100644 (file)
@@ -1,5 +1,5 @@
 #! @BASH@
 # note: dash does not work
 
-pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*2006' '\1 2006--2007' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|.git/|.scon|#|~|' | grep -iv 'change')
-pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*([^-]*--)(200[0-6])' '\1 \2\062007' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|.git/|.scon|#|~' | grep -iv 'change')
+pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*2006' '\1 2006--2007' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|out-www/|.git/|.scon|#|~|' | grep -iv 'change')
+pytt '(Copyright|\(c\)|\(C\)|@copyright\{\})\s*([^-]*--)(200[0-6])' '\1 \2\062007' $(find . -mindepth 2 -type f | grep -Ev 'out/|out-scons|out-www/|.git/|.scon|#|~' | grep -iv 'change')