diff options
| author | Keith Packard <keithp@keithp.com> | 2014-01-14 23:18:40 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-01-14 23:18:40 -0800 |
| commit | f560d5063b1339dbfb3e6723cfadb7b4c5eace25 (patch) | |
| tree | 2cbcd16a1ed934cd7e090354e4656303476ad022 /altosui | |
| parent | 06ffd8022ff5ac74274c9839d42c0c47274cb8b9 (diff) | |
doc: Ship telemini outline as pdf file too
Build telemini.pdf from telemini.svg and include it in all of the
released packages.
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.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 9bc10740..32a3df97 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -165,7 +165,7 @@ TEMPLATE_DOC=\ $(top_srcdir)/doc/telemetrum-outline.pdf \ $(top_srcdir)/doc/easymini-outline.pdf \ $(top_srcdir)/doc/telemega-outline.pdf \ - $(top_srcdir)/doc/easymini-outline.pdf + $(top_srcdir)/doc/telemini.pdf DOC=$(ALTUSMETRUM_DOC) $(ALTOS_DOC) $(TELEMETRY_DOC) $(TEMPLATE_DOC) diff --git a/altosui/altos-windows.nsi.in b/altosui/altos-windows.nsi.in index 779b0c12..3832e901 100644 --- a/altosui/altos-windows.nsi.in +++ b/altosui/altos-windows.nsi.in @@ -136,6 +136,7 @@ Section "Documentation" File "../doc/telemetrum-outline.pdf" File "../doc/telemega-outline.pdf" File "../doc/easymini-outline.pdf" + File "../doc/telemini.pdf" SectionEnd Section "Uninstaller" |
