X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=doc%2FMakefile.am;h=35e696cb6b3ffeff20c2302dd1eca78b4feacb34;hp=4dfb309431a11e92c396ddb4cb44201b7c7b3afe;hb=HEAD;hpb=ecf40a3a190fb2f7d7d2654c1e87daddf0362b0c diff --git a/doc/Makefile.am b/doc/Makefile.am index 4dfb3094..2ddfec48 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,6 +17,24 @@ FAKETIME=TZ=UTC faketime -f '$(RELEASE_DATE) 00:00:00 i0' endif RELNOTES_INC=\ + release-notes-1.9.18.inc \ + release-notes-1.9.17.inc \ + release-notes-1.9.16.inc \ + release-notes-1.9.15.inc \ + release-notes-1.9.14.inc \ + release-notes-1.9.13.inc \ + release-notes-1.9.12.inc \ + release-notes-1.9.11.inc \ + release-notes-1.9.10.inc \ + release-notes-1.9.9.inc \ + release-notes-1.9.8.inc \ + release-notes-1.9.7.inc \ + release-notes-1.9.6.inc \ + release-notes-1.9.5.inc \ + release-notes-1.9.4.inc \ + release-notes-1.9.3.inc \ + release-notes-1.9.2.inc \ + release-notes-1.9.1.inc \ release-notes-1.9.inc \ release-notes-1.8.7.inc \ release-notes-1.8.6.inc \ @@ -65,6 +83,7 @@ IMAGES=\ easymega-v1.0-top.jpg \ easymini.svg \ easymini-top.jpg \ + easytimer.jpg \ fire-igniter.png \ graph-configure.png \ graph-map.png \ @@ -126,6 +145,7 @@ COMMON_INC_FILES=\ config-ui.inc \ load-maps.inc \ aprs-operation.inc \ + pyro-examples.inc \ handling.inc \ release-head.inc @@ -140,9 +160,11 @@ INC_FILES=\ easymini-device.inc \ telemega.inc \ easymega.inc \ + easytimer.inc \ installation.inc \ using-am-products.inc \ updating-firmware.inc \ + frequency-cal.inc \ altosui.inc \ altosdroid.inc \ system-operation.inc \ @@ -155,6 +177,31 @@ INC_FILES=\ ADOC_FILES=$(TXT_FILES:.txt=.adoc) $(INC_FILES:.inc=.adoc) +MOTORTEST_TXT_FILES=motortest.txt + +MOTORTEST_INC_FILES=\ + motortest-configuration.inc \ + motortest-installation.inc \ + motortest-intro.inc \ + motortest-operation.inc + +MOTORTEST_ADOC_FILES=$(MOTORTEST_TXT_FILES:.txt=.adoc) $(MOTORTEST_INC_FILES:.inc=.adoc) + +TELELAUNCH_TXT_FILES=telelaunch.txt + +TELELAUNCH_INC_FILES=\ + header.inc \ + telelaunch-acknowledgements.inc \ + telelaunch-intro.inc \ + telelaunch-configuration.inc \ + telelaunch-operation.inc \ + telelaunch-specs.inc \ + telelaunch-updating-firmware.inc \ + telelaunch-cables.inc \ + telelaunch-troubleshooting.inc + +TELELAUNCH_ADOC_FILES=$(TELELAUNCH_TXT_FILES:.txt=.adoc) $(TELELAUNCH_INC_FILES:.inc=.adoc) + TELEGPS_INC_FILES=\ telegps-dedication.inc \ telegps-quick-start.inc \ @@ -221,12 +268,12 @@ ONEFILE_HTML_FILES=$(ONEFILE_TXT_FILES:.txt=.html) AM_HTML=am.html -PUBLISH_HTML=altusmetrum.html micropeak.html telegps.html easymini.html $(ONEFILE_HTML_FILES) +PUBLISH_HTML=altusmetrum.html micropeak.html telegps.html easymini.html motortest.html telelaunch.html $(ONEFILE_HTML_FILES) HTML=$(PUBLISH_HTML) $(RELNOTES_HTML) if ASCIIDOCTOR_PDF -PDF=altusmetrum.pdf micropeak.pdf telegps.pdf easymini.pdf $(ONEFILE_PDF_FILES) \ +PDF=altusmetrum.pdf micropeak.pdf telegps.pdf easymini.pdf motortest.pdf telelaunch.pdf $(ONEFILE_PDF_FILES) \ $(OUTLINE_PDF_FILES) endif @@ -262,6 +309,8 @@ DOC=$(HTML) $(PDF) $(IMAGES) $(MAP_SVG_FILES) $(STYLESHEET) SUFFIXES = .dot .svg .inc .txt .adoc .pdf .html +ATTRIBUTES=--attribute="revdate=$(DOC_DATE)" --attribute="version=$(VERSION)" + .dot.svg: dot -Tsvg -o$@ $*.dot @@ -272,10 +321,10 @@ SUFFIXES = .dot .svg .inc .txt .adoc .pdf .html sed -e 's/^[ ]*//' -e 's/^\\//' $*.inc > $@ .adoc.html: - asciidoctor -b html5 $*.adoc + asciidoctor $(ATTRIBUTES) -b html5 $*.adoc .adoc.pdf: - asciidoctor-pdf $*.adoc + asciidoctor-pdf $(ATTRIBUTES) -a optimize $*.adoc all: $(HTML) $(PDF) @@ -283,6 +332,10 @@ map-loading.adoc: $(MAP_SVG_FILES) altusmetrum.pdf altusmetrum.html: $(ADOC_FILES) $(IMAGES) +motortest.pdf motortest.html: $(MOTORTEST_ADOC_FILES) $(IMAGES) + +telelaunch.pdf telelaunch.html: $(TELELAUNCH_ADOC_FILES) $(IMAGES) + telegps.html telegps.pdf: $(TELEGPS_ADOC_FILES) $(IMAGES) micropeak.pdf micropeak.html: $(MICROPEAK_ADOC_FILES) $(IMAGES) @@ -318,7 +371,7 @@ publish-keithp: am.html $(DOC) $(FONTS) scp -p $(ICONS) keithp.com:~keithp/public_html/altos/images/icons clean: - rm -f am.html $(HTML) $(PDF) $(ADOC_FILES) $(TELEGPS_ADOC_FILES) $(MICROPEAK_ADOC_FILES) + rm -f am.html $(HTML) $(PDF) $(ADOC_FILES) $(TELEGPS_ADOC_FILES) $(MICROPEAK_ADOC_FILES) $(TELELAUNCH_ADOC_FILES) $(MOTORTEST_ADOC_FILES) distclean: clean rm -f $(HTML) $(PDF)