diff options
| author | Keith Packard <keithp@keithp.com> | 2012-07-11 13:40:54 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-07-11 13:46:26 -0700 |
| commit | 7be98836e69a222b2f9f4baacddcf12d168e2207 (patch) | |
| tree | ac10bee5493a9685098cd007c37c6e7f5b152957 /altosui | |
| parent | cc5d106f014f714a9a2d5f595a2de0da8f7da80a (diff) | |
Add megametrum outline to doc dir
And install it alongside telemetrum-outline
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui')
| -rw-r--r-- | altosui/Makefile.am | 2 | ||||
| -rw-r--r-- | altosui/altos-windows.nsi | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index b22405aa..1c8ea491 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -151,7 +151,7 @@ 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 +TEMPLATE_DOC=$(top_srcdir)/doc/telemetrum-outline.pdf $(top_srcdir)/doc/megametrum-outline.pdf DOC=$(ALTUSMETRUM_DOC) $(ALTOS_DOC) $(TELEMETRY_DOC) $(TEMPLATE_DOC) diff --git a/altosui/altos-windows.nsi b/altosui/altos-windows.nsi index e5e01d79..92c985a9 100644 --- a/altosui/altos-windows.nsi +++ b/altosui/altos-windows.nsi @@ -126,6 +126,7 @@ Section "Documentation" File "../doc/altos.pdf" File "../doc/telemetry.pdf" File "../doc/telemetrum-outline.pdf" + File "../doc/megametrum-outline.pdf" SectionEnd Section "Uninstaller" |
