From 3d00509f4a2a0d9e9e773d7cae3ba68accd26f5b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 23 Jan 2025 09:22:59 -0800 Subject: [PATCH] Automate building of the test zip file Signed-off-by: Keith Packard --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 07e86bf..4643f9f 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,11 @@ PROJECT=telegps SCHEMATICS=telegps.sch include ../altusmetrum/pcb-rnd.mk + +TEST_FILES=TeleGPS-Test-Plan.pdf TeleGPS-Test-Plan.doc telegps-v4.0-seeed-combined-1.9.19.ihx + +telegps-test.zip: $(TEST_FILES) + rm -f $@ && zip $@ $(TEST_FILES) + +TeleGPS-Test-Plan.pdf: TeleGPS-Test-Plan.doc + libreoffice --convert-to pdf $^ -- 2.47.2