This commit is contained in:
King Kévin 2014-03-26 11:55:21 +01:00
parent 6d24ad6ec0
commit 9a7c92e885
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