From: Bdale Garbee Date: Mon, 15 Feb 2021 21:27:30 +0000 (-0700) Subject: doc: add motortest docs to publish targets X-Git-Tag: 1.9.7~1^2~28 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0c33e88479ce5fe578cec4296d6196356175d40a;p=fw%2Faltos doc: add motortest docs to publish targets --- diff --git a/doc/Makefile.am b/doc/Makefile.am index cf471b27..4d55898e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -254,12 +254,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