altosui: Ship motortest.pdf with packaged builds
authorKeith Packard <keithp@keithp.com>
Fri, 28 Oct 2022 04:21:28 +0000 (21:21 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 29 Oct 2022 04:33:07 +0000 (21:33 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/Makefile.am
altosui/altos-windows.nsi.in

index 424b6dbdc1096e43bbb9e34a6720101da86e58cd..19bcb913950b3c6576d6381e4bbc1646028c9f48 100644 (file)
@@ -170,6 +170,7 @@ FIRMWARE=$(FIRMWARE_TM) $(FIRMWARE_TELEMINI) $(FIRMWARE_TD) $(FIRMWARE_TBT) $(FI
 ALTUSMETRUM_DOC=$(top_srcdir)/doc/altusmetrum.pdf
 ALTOS_DOC=$(top_srcdir)/doc/altos.pdf
 TELEMETRY_DOC=$(top_srcdir)/doc/telemetry.pdf
+MOTORTEST_DOC=$(top_srcdir)/doc/motortest.pdf
 TEMPLATE_DOC=\
        $(top_srcdir)/doc/telemetrum-outline.pdf \
        $(top_srcdir)/doc/easymini-outline.pdf \
@@ -177,7 +178,7 @@ TEMPLATE_DOC=\
        $(top_srcdir)/doc/telemini-v1-outline.pdf \
        $(top_srcdir)/doc/telemini-v3-outline.pdf
 
-DOC=$(ALTUSMETRUM_DOC) $(ALTOS_DOC) $(TELEMETRY_DOC) $(TEMPLATE_DOC)
+DOC=$(ALTUSMETRUM_DOC) $(ALTOS_DOC) $(TELEMETRY_DOC) $(MOTORTEST_DOC) $(TEMPLATE_DOC)
 
 # Distribution targets
 LINUX_DIST=Altos-Linux-$(VERSION).tar.bz2
index 1da90b40676a051f1af180d63eabfc5a4a3ef286..7abd4d03f15ce4d2205ae0b1d7dd097fa41fe322 100644 (file)
@@ -153,6 +153,7 @@ Section "Documentation"
        File "../doc/altusmetrum.pdf"
        File "../doc/altos.pdf"
        File "../doc/telemetry.pdf"
+       File "../doc/motortest.pdf"
        File "../doc/telemetrum-outline.pdf"
        File "../doc/telemega-outline.pdf"
        File "../doc/easymini-outline.pdf"