diff options
| author | Keith Packard <keithp@keithp.com> | 2011-08-10 18:32:05 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-08-10 18:32:05 -0700 |
| commit | 5aa3e49f794ba5ed2680016f3dca47d67ae99836 (patch) | |
| tree | 378cce13e4e810d5d4a4a26c0477fdf7cdc23f0a /altosui/Makefile.am | |
| parent | 7283deaa91e752acc45018ef2ea2f560b09af354 (diff) | |
doc: Add telemetry docs to debian/linux/mac/windows packages
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 3bc68cdb..bab8f816 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -169,9 +169,10 @@ FIRMWARE=$(FIRMWARE_TM) $(FIRMWARE_TELEMINI) $(FIRMWARE_TD) ALTUSMETRUM_DOC=$(top_srcdir)/doc/altusmetrum.pdf ALTOS_DOC=$(top_srcdir)/doc/altos.pdf +TELEMETRY_DOC=$(top_srcdir)/doc/telemetry.pdf TEMPLATE_DOC=$(top_srcdir)/doc/telemetrum-outline.pdf -DOC=$(ALTUSMETRUM_DOC) $(ALTOS_DOC) $(TEMPLATE_DOC) +DOC=$(ALTUSMETRUM_DOC) $(ALTOS_DOC) $(TELEMETRY_DOC) $(TEMPLATE_DOC) # Distribution targets LINUX_DIST=Altos-Linux-$(VERSION).tar.bz2 |
