Merge branch 'master'
[fw/altos] / doc / Makefile.am
1 #
2 # Copyright © 2018 Keith Packard <keithp@keithp.com>
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 # General Public License for more details.
13 #
14
15 if FAKETIME
16 FAKETIME=TZ=UTC faketime -f '$(RELEASE_DATE) 00:00:00 i0'
17 endif
18
19 RELNOTES_INC=\
20         release-notes-1.9.12.inc \
21         release-notes-1.9.11.inc \
22         release-notes-1.9.10.inc \
23         release-notes-1.9.9.inc \
24         release-notes-1.9.8.inc \
25         release-notes-1.9.7.inc \
26         release-notes-1.9.6.inc \
27         release-notes-1.9.5.inc \
28         release-notes-1.9.4.inc \
29         release-notes-1.9.3.inc \
30         release-notes-1.9.2.inc \
31         release-notes-1.9.1.inc \
32         release-notes-1.9.inc \
33         release-notes-1.8.7.inc \
34         release-notes-1.8.6.inc \
35         release-notes-1.8.5.inc \
36         release-notes-1.8.4.inc \
37         release-notes-1.8.3.inc \
38         release-notes-1.8.2.inc \
39         release-notes-1.8.1.inc \
40         release-notes-1.8.inc \
41         release-notes-1.7.inc \
42         release-notes-1.6.8.inc \
43         release-notes-1.6.5.inc \
44         release-notes-1.6.4.inc \
45         release-notes-1.6.3.inc \
46         release-notes-1.6.2.inc \
47         release-notes-1.6.1.inc \
48         release-notes-1.6.inc \
49         release-notes-1.5.inc \
50         release-notes-1.4.2.inc \
51         release-notes-1.4.1.inc \
52         release-notes-1.4.inc \
53         release-notes-1.3.2.inc \
54         release-notes-1.3.1.inc \
55         release-notes-1.3.inc \
56         release-notes-1.2.1.inc \
57         release-notes-1.2.inc \
58         release-notes-1.1.1.inc \
59         release-notes-1.1.inc \
60         release-notes-1.0.1.inc \
61         release-notes-0.9.2.inc \
62         release-notes-0.9.inc \
63         release-notes-0.8.inc \
64         release-notes-0.7.1.inc
65
66 IMAGES=\
67         altosui.png \
68         ascent.png \
69         configure-altimeter.png \
70         configure-altosui.png \
71         configure-groundstation.png \
72         configure-pyro.png \
73         descent.png \
74         device-selection.png \
75         easymega.svg \
76         easymega-v1.0-bottom.jpg \
77         easymega-v1.0-top.jpg \
78         easymini.svg \
79         easymini-top.jpg \
80         easytimer.jpg \
81         fire-igniter.png \
82         graph-configure.png \
83         graph-map.png \
84         graph.png \
85         graph-stats.png \
86         ignitor.png \
87         landed.png \
88         launch-pad.png \
89         load-maps.png \
90         micropeak-app.png \
91         micropeak-back.jpg \
92         micropeak-device-dialog.png \
93         micropeak-dime.jpg \
94         micropeak-download.png \
95         micropeak-graph-configure.png \
96         micropeak-graph.png \
97         micropeak-nofont.svg \
98         micropeak-preferences.png \
99         micropeak-raw-data.png \
100         micropeak-save-dialog.png \
101         micropeak-statistics.png \
102         MicroPeakUSB-2.0-inuse.jpg \
103         MicroPeakUSB-2.0.jpg \
104         monitor-idle.png \
105         scan-channels.png \
106         site-map.png \
107         table.png \
108         telegps-configure.png \
109         telegps-graph-configure.png \
110         telegps-graph-graph.png \
111         telegps-graph-map.png \
112         telegps-graph-stats.png \
113         telegps-info.png \
114         telegps-location.png \
115         telegps-map.png \
116         telegps-preferences.png \
117         telegps-scan.png \
118         telegps-status.png \
119         telegps-table.png \
120         telegps-v1.0-top.jpg \
121         telemega.svg \
122         telemega-v1.0-top.jpg \
123         telemetrum.svg \
124         telemetrum-v1.1-thside.jpg \
125         telemetrum-v2.0-th.jpg \
126         telemini-v1.svg \
127         telemini-v1-top.jpg \
128         telemini-v3.svg \
129         telemini-v3.0-top.jpg \
130         telemini-v3.0-bottom.jpg \
131         altusmetrum-oneline.svg \
132         telegps-oneline.svg \
133         micropeak-oneline.svg
134
135 TXT_FILES=altusmetrum.txt
136
137 COMMON_INC_FILES=\
138         config-device.inc \
139         config-ui.inc \
140         load-maps.inc \
141         aprs-operation.inc \
142         pyro-examples.inc \
143         handling.inc \
144         release-head.inc
145
146 INC_FILES=\
147         header.inc \
148         dedication.inc \
149         intro.inc \
150         getting-started.inc \
151         usage.inc \
152         telemetrum.inc \
153         telemini.inc \
154         easymini-device.inc \
155         telemega.inc \
156         easymega.inc \
157         easytimer.inc \
158         installation.inc \
159         using-am-products.inc \
160         updating-firmware.inc \
161         frequency-cal.inc \
162         altosui.inc \
163         altosdroid.inc \
164         system-operation.inc \
165         pyro-channels.inc \
166         flight-data-recording.inc \
167         specs.inc \
168         $(COMMON_INC_FILES) \
169         release-notes.inc \
170         $(RELNOTES_INC)
171
172 ADOC_FILES=$(TXT_FILES:.txt=.adoc) $(INC_FILES:.inc=.adoc)
173
174 MOTORTEST_TXT_FILES=motortest.txt
175
176 MOTORTEST_INC_FILES=\
177         motortest-configuration.inc \
178         motortest-installation.inc \
179         motortest-intro.inc \
180         motortest-operation.inc
181
182 MOTORTEST_ADOC_FILES=$(MOTORTEST_TXT_FILES:.txt=.adoc) $(MOTORTEST_INC_FILES:.inc=.adoc)
183
184 TELELAUNCH_TXT_FILES=telelaunch.txt
185
186 TELELAUNCH_INC_FILES=\
187         header.inc \
188         telelaunch-acknowledgements.inc \
189         telelaunch-intro.inc \
190         telelaunch-configuration.inc \
191         telelaunch-operation.inc \
192         telelaunch-specs.inc \
193         telelaunch-updating-firmware.inc \
194         telelaunch-cables.inc \
195         telelaunch-troubleshooting.inc 
196
197 TELELAUNCH_ADOC_FILES=$(TELELAUNCH_TXT_FILES:.txt=.adoc) $(TELELAUNCH_INC_FILES:.inc=.adoc)
198
199 TELEGPS_INC_FILES=\
200         telegps-dedication.inc \
201         telegps-quick-start.inc \
202         telegps-using.inc \
203         telegps-system-operation.inc \
204         telegps-application.inc \
205         telegps-specs.inc \
206         telegps-updating-firmware.inc \
207         telegps-release-notes.inc \
208         $(COMMON_INC_FILES)
209
210 TELEGPS_TXT_FILES=\
211         telegps.txt
212
213 TELEGPS_ADOC_FILES=$(TELEGPS_TXT_FILES:.txt=.adoc) $(TELEGPS_INC_FILES:.inc=.adoc)
214
215 MICROPEAK_TXT_FILES=\
216         micropeak.txt
217
218 MICROPEAK_INC_FILES=
219
220 MICROPEAK_ADOC_FILES=$(MICROPEAK_TXT_FILES:.txt=.adoc) $(MICROPEAK_INC_FILES:.inc=.adoc)
221
222 EASYMINI_TXT_FILES=\
223         easymini.txt
224
225 EASYMINI_INC_FILES=$(INC_FILES) easymini-release-notes.inc
226
227
228 EASYMINI_ADOC_FILES=$(EASYMINI_TXT_FILES:.txt=.adoc) $(EASYMINI_INC_FILES:.inc=.adoc)
229
230 OUTLINE_TXT_FILES=\
231         easymega-outline.txt \
232         easymini-outline.txt \
233         telemega-outline.txt \
234         telemetrum-outline.txt \
235         telemini-v1-outline.txt \
236         telemini-v3-outline.txt \
237         telegps-outline.txt
238
239 OUTLINE_ADOC_FILES=$(OUTLINE_TXT_FILES:.txt=.adoc)
240
241 OUTLINE_PDF_FILES=$(OUTLINE_TXT_FILES:.txt=.pdf)
242
243 SVG=\
244         easymini.svg \
245         telemega.svg \
246         telemetrum.svg \
247         telemini-v1.svg \
248         telemini-v3.svg \
249         easymega.svg
250
251 RELNOTES_HTML=$(RELNOTES_INC:.inc=.html)
252
253 ONEFILE_TXT_FILES=\
254         altos.txt \
255         companion.txt \
256         telemetry.txt \
257         map-loading.txt
258
259 ONEFILE_ADOC_FILES=$(ONEFILE_TXT_FILES:.txt=.adoc)
260 ONEFILE_PDF_FILES=$(ONEFILE_TXT_FILES:.txt=.pdf)
261 ONEFILE_HTML_FILES=$(ONEFILE_TXT_FILES:.txt=.html)
262
263 AM_HTML=am.html
264
265 PUBLISH_HTML=altusmetrum.html micropeak.html telegps.html easymini.html motortest.html telelaunch.html $(ONEFILE_HTML_FILES)
266
267 HTML=$(PUBLISH_HTML) $(RELNOTES_HTML)
268
269 if ASCIIDOCTOR_PDF
270 PDF=altusmetrum.pdf micropeak.pdf telegps.pdf easymini.pdf motortest.pdf telelaunch.pdf $(ONEFILE_PDF_FILES) \
271         $(OUTLINE_PDF_FILES)
272 endif
273
274 MAP_DOT_FILES=map-loading.dot
275 MAP_SVG_FILES=$(MAP_DOT_FILES:.dot=.svg)
276 STYLESHEET=am.css am-notoc.css
277
278 FONTS=\
279         fonts/DejaVuSansMono-BoldOblique.ttf \
280         fonts/DejaVuSansMono-Bold.ttf \
281         fonts/DejaVuSansMono-Oblique.ttf \
282         fonts/DejaVuSansMono.ttf \
283         fonts/OpenSans-Light.ttf \
284         fonts/OpenSans-LightItalic.ttf \
285         fonts/OpenSans-Regular.ttf \
286         fonts/OpenSans-Italic.ttf \
287         fonts/OpenSans-Semibold.ttf \
288         fonts/OpenSans-SemiboldItalic.ttf
289
290 ICONS=\
291         images/icons/caution.svg \
292         images/icons/important.svg \
293         images/icons/note.svg \
294         images/icons/tip.svg \
295         images/icons/warning.svg
296
297 PDF_CONFIG_FILES=altusmetrum-theme.yml
298 HTML_CONFIG_FILES=
299
300 PUBLISH_DOC=$(PUBLISH_HTML) $(PDF) $(IMAGES) $(MAP_SVG_FILES) $(STYLESHEET)
301
302 DOC=$(HTML) $(PDF) $(IMAGES) $(MAP_SVG_FILES) $(STYLESHEET)
303
304 SUFFIXES = .dot .svg .inc .txt .adoc .pdf .html
305
306 ATTRIBUTES=--attribute="revdate=$(DOC_DATE)" --attribute="version=$(VERSION)"
307
308 .dot.svg:
309         dot -Tsvg -o$@ $*.dot
310
311 .txt.adoc:
312         sed -e 's/^[    ]*//' -e 's/^\\//' $*.txt > $@
313
314 .inc.adoc:
315         sed -e 's/^[    ]*//' -e 's/^\\//' $*.inc > $@
316
317 .adoc.html:
318         asciidoctor $(ATTRIBUTES) -b html5 $*.adoc
319
320 .adoc.pdf:
321         asciidoctor-pdf $(ATTRIBUTES) $*.adoc
322
323 all:    $(HTML) $(PDF)
324
325 map-loading.adoc: $(MAP_SVG_FILES)
326
327 altusmetrum.pdf altusmetrum.html: $(ADOC_FILES) $(IMAGES)
328
329 motortest.pdf motortest.html: $(MOTORTEST_ADOC_FILES) $(IMAGES)
330
331 telelaunch.pdf telelaunch.html: $(TELELAUNCH_ADOC_FILES) $(IMAGES)
332
333 telegps.html telegps.pdf: $(TELEGPS_ADOC_FILES) $(IMAGES)
334
335 micropeak.pdf micropeak.html: $(MICROPEAK_ADOC_FILES) $(IMAGES)
336
337 easymini.pdf easymini.html: $(EASYMINI_ADOC_FILES) $(IMAGES)
338
339 telemini-v1-outline.pdf: telemini-v1-outline.txt telemini-v1.svg
340
341 telemini-v3-outline.pdf: telemini-v3-outline.txt telemini-v3.svg
342
343 install:        all
344
345 WEB_ROOT=/home/bdale/web/
346
347 publish:        $(PUBLISH_DOC) $(FONTS) $(ICONS)
348         cp -a $(PUBLISH_DOC) $(WEB_ROOT)/altusmetrum/AltOS/doc/
349         mkdir -p $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/
350         cp $(FONTS) $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/
351         mkdir -p $(WEB_ROOT)/altusmetrum/AltOS/doc/images/icons/
352         cp $(ICONS) $(WEB_ROOT)/altusmetrum/AltOS/doc/images/icons/
353         (cd $(WEB_ROOT)/altusmetrum ; \
354          git add $(WEB_ROOT)/altusmetrum/AltOS/doc/* ; \
355          git add $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/* ; \
356          git add $(WEB_ROOT)/altusmetrum/AltOS/doc/images/icons/* ;\
357          echo "update docs" | \
358          git commit -F - $(WEB_ROOT)/altusmetrum/AltOS/doc/* $(WEB_ROOT)/altusmetrum/AltOS/doc/fonts/* $(WEB_ROOT)/altusmetrum/AltOS/doc/images/icons ; \
359          git push)
360
361 publish-keithp: am.html $(DOC) $(FONTS)
362         ssh keithp.com 'mkdir -p ~keithp/public_html/altos/fonts ~keithp/public_html/altos/images/icons'
363         scp -p am.html $(DOC) keithp.com:~keithp/public_html/altos
364         scp -p $(FONTS) keithp.com:~keithp/public_html/altos/fonts
365         scp -p $(ICONS) keithp.com:~keithp/public_html/altos/images/icons
366
367 clean:
368         rm -f am.html $(HTML) $(PDF) $(ADOC_FILES) $(TELEGPS_ADOC_FILES) $(MICROPEAK_ADOC_FILES) $(TELELAUNCH_ADOC_FILES) $(MOTORTEST_ADOC_FILES)
369
370 distclean: clean
371         rm -f $(HTML) $(PDF)
372
373 $(PDF): $(PDF_CONFIG_FILES)
374 $(HTML): $(HTML_CONFIG_FILES)
375
376 am.html: Makefile make-am-html $(HTML)
377         sh ./make-am-html $(HTML) > $@