diff options
author | Keith Packard <keithp@keithp.com> | 2013-10-09 12:06:30 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-10-09 12:38:06 -0700 |
commit | e947bc5e1abcd054a584d69240f91123bad2178e (patch) | |
tree | e83221a69b62c3deebf965d72741176aef10f674 | |
parent | 18cb5f0b8f0917cbd4ff80f0920e8e5b35c822a1 (diff) |
doc: Add easymini outline to distribution
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosui/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 6774e046..53f4ed0b 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -156,7 +156,10 @@ FIRMWARE=$(FIRMWARE_TM) $(FIRMWARE_TELEMINI) $(FIRMWARE_TD) $(FIRMWARE_TBT) 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 $(top_srcdir)/doc/telemega-outline.pdf +TEMPLATE_DOC=\ + $(top_srcdir)/doc/telemetrum-outline.pdf \ + $(top_srcdir)/doc/easymini-outline.pdf \ + $(top_srcdir)/doc/telemega-outline.pdf DOC=$(ALTUSMETRUM_DOC) $(ALTOS_DOC) $(TELEMETRY_DOC) $(TEMPLATE_DOC) |