From 7c02351ff663e7c70f23b3a3962288c845516d59 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 22 Aug 2016 07:20:39 -0300 Subject: [PATCH] eeshow/Makefile (pdf): show off page layout --- eeshow/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eeshow/Makefile b/eeshow/Makefile index 5a65a8b..6cae43e 100644 --- a/eeshow/Makefile +++ b/eeshow/Makefile @@ -127,7 +127,8 @@ neo900.pdf: $(NAME) sch2pdf neo900-template.fig $(NEO900_HW)/neo900.sch pdf: $(NAME) - ./eeshow -r neo900.lib kicad-libs/components/powered.lib \ + ./eeshow -r -P $(NEO900_HW)/neo900pageframe_A3.kicad_wks \ + neo900.lib kicad-libs/components/powered.lib \ $(NEO900_HW)/neo900.sch -- pdf -o neo900.pdf #----- Regression test based on Neo900 schematics -----------------------------