Merge remote-tracking branch 'hw-template/master'

This commit is contained in:
Kevin Redon 2014-03-26 11:55:25 +01:00
commit 99869bc98e
1 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ CLEAN.include("attribs")
desc "copy schematic to version it: include version, revision, and date"
targets.each do |target|
file tagert[:vsch] => target[:sch] do |t|
file target[:vsch] => target[:sch] do |t|
sh "cp #{t.prerequisites.join(' ')} #{t.name}"
# on \ is to prevent ruby interpreting it, th other is for sed
# the version
@ -168,7 +168,7 @@ end
desc "copy layout to version it: include version, date, and run teardrops when available"
targets.each do |target|
file tagert[:vpcb] => target[:pcb] do |t|
file target[:vpcb] => target[:pcb] do |t|
sh "cp #{t.prerequisites.join(' ')} #{t.name}"
# on \ is to prevent ruby interpreting it, th other is for sed
# the version and revision