comparison rakefile @ 102:85aaba05e058

Fix in rakefile
author Frank Benoit <benoit@tionex.de>
date Sat, 02 May 2009 11:25:42 +0200
parents 5d5bd660917f
children bbe49769ec18
comparison
equal deleted inserted replaced
101:c1762259c684 102:85aaba05e058
458 end 458 end
459 if rmlistadd 459 if rmlistadd
460 rmlist << snp 460 rmlist << snp
461 end 461 end
462 end 462 end
463 end 463 rmlist.each do | snp |
464 rmlist.each do | snp | 464 allsnippets.exclude snp
465 allsnippets.exclude snp 465 end
466 end 466 end
467 allsnippets.each do | snp | 467 allsnippets.each do | snp |
468 if snp =~ /.*[\\\/](\w+)\.d$/ 468 if snp =~ /.*[\\\/](\w+)\.d$/
469 snpname = $1 469 snpname = $1
470 puts "Building bindsnippets[#{snpname}]" 470 puts "Building bindsnippets[#{snpname}]"