]> git.gag.com Git - hw/telegps/commitdiff
Automate building of the test zip file
authorKeith Packard <keithp@keithp.com>
Thu, 23 Jan 2025 17:22:59 +0000 (09:22 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 23 Jan 2025 17:22:59 +0000 (09:22 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
Makefile

index 07e86bfb70ea926a2a6b5a069517d8cf65f2025b..4643f9f9f0da56f696577b6ffc61d64d61862532 100644 (file)
--- 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 $^