From: Keith Packard Date: Thu, 11 Aug 2011 01:32:05 +0000 (-0700) Subject: doc: Add telemetry docs to debian/linux/mac/windows packages X-Git-Tag: 0.9.6.0~30 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=5aa3e49f794ba5ed2680016f3dca47d67ae99836 doc: Add telemetry docs to debian/linux/mac/windows packages Signed-off-by: Keith Packard --- 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 diff --git a/altosui/altos-windows.nsi b/altosui/altos-windows.nsi index d92d1eb3..7c9b7a28 100644 --- a/altosui/altos-windows.nsi +++ b/altosui/altos-windows.nsi @@ -92,6 +92,7 @@ Section "Documentation" File "../doc/altusmetrum.pdf" File "../doc/altos.pdf" + File "../doc/telemetry.pdf" File "../doc/telemetrum-outline.pdf" SectionEnd diff --git a/debian/docs b/debian/docs index 13fda8f2..6652abf7 100644 --- a/debian/docs +++ b/debian/docs @@ -2,3 +2,8 @@ NEWS README doc/altusmetrum.html doc/altusmetrum.pdf +doc/telemetry.html +doc/telemetry.pdf +doc/altos.html +doc/altos.pdf +doc/telemetrum-outline.pdf