From 5aa3e49f794ba5ed2680016f3dca47d67ae99836 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 10 Aug 2011 18:32:05 -0700 Subject: [PATCH] doc: Add telemetry docs to debian/linux/mac/windows packages Signed-off-by: Keith Packard --- altosui/Makefile.am | 3 ++- altosui/altos-windows.nsi | 1 + debian/docs | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.30.2