X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=35e696cb6b3ffeff20c2302dd1eca78b4feacb34;hb=3735e1eb27afb873d60164a79a9e2769dc92b3a3;hp=cf471b27c9d8a22d71c220ce20bc8df91b130e3a;hpb=b8e21caf9602b55e9a042f8f0b3cfed1d8975c15;p=fw%2Faltos diff --git a/doc/Makefile.am b/doc/Makefile.am index cf471b27..35e696cb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,6 +17,11 @@ FAKETIME=TZ=UTC faketime -f '$(RELEASE_DATE) 00:00:00 i0' endif RELNOTES_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 \ @@ -133,6 +138,7 @@ COMMON_INC_FILES=\ config-ui.inc \ load-maps.inc \ aprs-operation.inc \ + pyro-examples.inc \ handling.inc \ release-head.inc @@ -151,6 +157,7 @@ INC_FILES=\ installation.inc \ using-am-products.inc \ updating-firmware.inc \ + frequency-cal.inc \ altosui.inc \ altosdroid.inc \ system-operation.inc \ @@ -254,12 +261,12 @@ ONEFILE_HTML_FILES=$(ONEFILE_TXT_FILES:.txt=.html) AM_HTML=am.html -PUBLISH_HTML=altusmetrum.html micropeak.html telegps.html easymini.html telelaunch.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 telelaunch.pdf $(ONEFILE_PDF_FILES) \ +PDF=altusmetrum.pdf micropeak.pdf telegps.pdf easymini.pdf motortest.pdf telelaunch.pdf $(ONEFILE_PDF_FILES) \ $(OUTLINE_PDF_FILES) endif