rake: fix pdfcat
This commit is contained in:
parent
bfec7d2523
commit
08382b5221
2
Rakefile
2
Rakefile
|
@ -100,7 +100,7 @@ end
|
|||
|
||||
desc "generate grouped printable version (PDF) of schematic"
|
||||
rule ".sch-all.pdf" => ["#{name}.sch.pdf"] + sheets.collect{|sheet| "#{sheet}.sch.pdf"} do |t|
|
||||
sh "pdfcat --output #{t.name} " + t.prerequisites * " "
|
||||
sh "mutool merge -o #{t.name} " + t.prerequisites * " "
|
||||
end
|
||||
|
||||
desc "generate printable version (PostScript) of board layout"
|
||||
|
|
Loading…
Reference in New Issue