doc: Finish converting docs to asciidoc format
[fw/altos] / doc / Makefile
index f586ad17c708d53713fa848ff2243d9e6b2c7cb9..df1a884c78945e280209f5d3ff11f77eafe79d99 100644 (file)
@@ -2,17 +2,25 @@
 #      http://docbook.sourceforge.net/release/xsl/current/README
 #
 
-RELNOTES=\
-       release-notes-0.7.1.html \
-       release-notes-0.8.html \
-       release-notes-0.9.html \
-       release-notes-0.9.2.html \
-       release-notes-1.0.1.html \
-       release-notes-1.1.html \
-       release-notes-1.1.1.html \
-       release-notes-1.2.html \
-       release-notes-1.2.1.html \
-       release-notes-1.3.html
+RELNOTES_INC=\
+       release-notes-0.7.1.inc \
+       release-notes-0.8.inc \
+       release-notes-0.9.inc \
+       release-notes-0.9.2.inc \
+       release-notes-1.0.1.inc \
+       release-notes-1.1.inc \
+       release-notes-1.1.1.inc \
+       release-notes-1.2.inc \
+       release-notes-1.2.1.inc \
+       release-notes-1.3.inc \
+       release-notes-1.3.1.inc \
+       release-notes-1.3.2.inc \
+       release-notes-1.4.inc \
+       release-notes-1.4.1.inc \
+       release-notes-1.4.2.inc \
+       release-notes-1.5.inc \
+       release-notes-1.6.inc \
+       release-notes-1.6.1.inc
 
 PICTURES=\
        altosui.png \
@@ -32,6 +40,20 @@ PICTURES=\
        landed.png \
        launch-pad.png \
        load-maps.png \
+       micropeak-app.png \
+       micropeak-back.jpg \
+       micropeak-device-dialog.png \
+       micropeak-dime.jpg \
+       micropeak-download.png \
+       micropeak-graph-configure.png \
+       micropeak-graph.png \
+       micropeak-preferences.png \
+       micropeak-raw-data.png \
+       micropeak-save-dialog.png \
+       micropeak-statistics.png \
+       MicroPeakUSB-2.0-inuse.jpg \
+       MicroPeakUSB-2.0.jpg \
+       monitor-idle.png \
        scan-channels.png \
        site-map.png \
        table.png \
@@ -39,33 +61,123 @@ PICTURES=\
        telemetrum-v1.1-thside.jpg \
        telemini-v1-top.jpg \
        telemini-v2-top.jpg
+
+TXT_FILES=altusmetrum.txt
+
+INC_FILES=\
+       dedication.inc \
+       intro.inc \
+       getting-started.inc \
+       usage.inc \
+       telemetrum.inc \
+       telemini-v1.0.inc \
+       telemini-v2.0.inc \
+       easymini.inc \
+       telemega.inc \
+       easymega.inc \
+       installation.inc \
+       using-am-products.inc \
+       updating-firmware.inc \
+       altosui.inc \
+       altosdroid.inc \
+       system-operation.inc \
+       pyro-channels.inc \
+       flight-data-recording.inc \
+       handling.inc \
+       specs.inc \
+       release-notes.inc \
+       $(RELNOTES_INC)
+
+RAW_FILES=$(TXT_FILES:.txt=.raw) $(INC_FILES:.inc=.raw)
+
+TELEGPS_INC_FILES=\
+       dedication.inc \
+       telegps-quick-start.inc \
+       telegps-using.inc \
+       telegps-system-operation.inc \
+       telegps-application.inc \
+       handling.inc \
+       telegps-specs.inc \
+       telegps-updating-firmware.inc \
+       telegps-release-notes.inc
+
+TELEGPS_TXT_FILES=\
+       telegps.txt
+
+TELEGPS_RAW_FILES=$(TELEGPS_TXT_FILES:.txt=.raw) $(TELEGPS_INC_FILES:.inc=.raw)
+
+MICROPEAK_TXT_FILES=\
+       micropeak.txt
+
+MICROPEAK_INC_FILES=
+
+MICROPEAK_RAW_FILES=$(MICROPEAK_TXT_FILES:.txt=.raw) $(MICROPEAK_INC_FILES:.inc=.raw)
+
+OUTLINE_TXT_FILES=\
+       easymega-outline.txt \
+       easymini-outline.txt \
+       telemega-outline.txt \
+       telemetrum-outline.txt \
+       telemini-outline.txt
+
+OUTLINE_RAW_FILES=$(OUTLINE_TXT_FILES:.txt=.raw)
+
+OUTLINE_PDF_FILES=$(OUTLINE_TXT_FILES:.txt=.pdf)
+
 SVG=\
-       easymini-outline.svg \
-       telemega-outline.svg \
+       easymini.svg \
+       telemega.svg \
        telemetrum.svg \
-       telemini.svg
+       telemini.svg \
+       easymega.svg
+
+RELNOTES_PDF=$(RELNOTES_INC:.inc=.pdf)
+RELNOTES_HTML=$(RELNOTES_INC:.inc=.html)
+
+HTML=altusmetrum.html altos.html telemetry.html companion.html micropeak.html telegps.html $(RELNOTES_HTML)
+
+PDF=altusmetrum.pdf $(RELNOTES_PDF) altos.pdf telemetry.pdf companion.pdf micropeak.pdf telegps.pdf \
+       $(OUTLINE_PDF_FILES)
 
-RELNOTES_XSL=$(RELNOTES:.html=.xsl)
-HTML=altusmetrum.html altos.html telemetry.html companion.html micropeak.html $(RELNOTES)
-PDF=altusmetrum.pdf altos.pdf telemetry.pdf companion.pdf micropeak.pdf
-DOC=$(HTML) $(PDF)
-HTMLSTYLE=/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl
 FOSTYLE=xorg-fo.xsl
-PDFSTYLE=
+
+TEMPLATES_TMPL=titlepage.templates.tmpl
+
+TEMPLATES_XSL=$(TEMPLATES_TMPL:.tmpl=.xsl)
+
 IMAGES=$(PICTURES) $(SVG)
 
-.SUFFIXES: .xsl .html .pdf
+DOC=$(HTML) $(PDF) $(IMAGES)
+
+.SUFFIXES: .tmpl .xsl .inc .txt .raw .pdf .html
 
 XSLTFLAGS=--stringparam section.autolabel 1 --xinclude
 
-.xsl.html:
-       xsltproc $(XSLTFLAGS) -o $@ $(HTMLSTYLE) $*.xsl
+.txt.raw:
+       sed -e 's/@@VERSION@@/$(VERSION)/' -e 's/@@DATE@@/$(DATE)/' -e 's/^[    ]*//' -e 's/^\\//' $*.txt > $@
+
+.inc.raw:
+       sed -e 's/@@VERSION@@/$(VERSION)/' -e 's/@@DATE@@/$(DATE)/' -e 's/^[    ]*//' -e 's/^\\//' $*.inc > $@
 
-.xsl.pdf:
-       xmlto -x $(FOSTYLE) --with-fop pdf $*.xsl
+.raw.pdf:
+       a2x --verbose -a docinfo -f pdf --xsltproc-opts "--stringparam toc.section.depth 2" --xsl-file am-fo.xsl --fop --fop-opts="-c fop.xconf" $*.raw
+
+.raw.html:
+       a2x --verbose -a docinfo -f xhtml --xsltproc-opts "--stringparam toc.section.depth 2" --stylesheet=am.css $*.raw
+
+.tmpl.xsl:
+       xsltproc --output $@ /usr/share/xml/docbook/stylesheet/docbook-xsl/template/titlepage.xsl $*.tmpl
 
 all:   $(HTML) $(PDF)
 
+$(HTML): $(PDF)
+
+altusmetrum.pdf altusmetrum.html: altusmetrum-docinfo.xml $(RAW_FILES) $(RAW_INC) $(IMAGES)
+
+telegps.html telegps.pdf: telegps-docinfo.xml $(TELEGPS_RAW_FILES) $(IMAGES)
+
+micropeak.pdf micropeak.html: micropeak-docinfo.xml $(MICROPEAK_RAW_FILES) $(IMAGES)
+
 install:       all
 
 publish:       $(DOC)
@@ -77,16 +189,10 @@ publish:   $(DOC)
         git push)
 
 clean:
-       rm -f $(HTML) $(PDF)
+       rm -f $(HTML) $(PDF) $(TEMPLATES_XSL)
 
-distclean:
+distclean: clean
        rm -f $(HTML) $(PDF)
 
-altusmetrum.html: $(RELNOTES_XSL) $(IMAGES)
-altusmetrum.pdf: $(RELNOTES_XSL) $(IMAGES)
-
-$(PDF): $(FOSTYLE)
-
-indent:                altusmetrum.xsl
-       xmlindent -i 2 < altusmetrum.xsl > altusmetrum.new
-
+$(PDF): $(FOSTYLE) $(TEMPLATES_XSL)
+$(HTML): $(TEMPLATES_XSL)