rake: fix pdfcat

This commit is contained in:
King Kévin 2022-09-12 14:00:11 +02:00
parent bfec7d2523
commit 08382b5221
1 changed files with 1 additions and 1 deletions

View File

@ -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"