From: Keith Packard Date: Thu, 23 Jan 2025 17:22:59 +0000 (-0800) Subject: Automate building of the test zip file X-Git-Tag: fab-v4.0~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3d00509f4a2a0d9e9e773d7cae3ba68accd26f5b;p=hw%2Ftelegps Automate building of the test zip file Signed-off-by: Keith Packard --- 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 $^