X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FMakefile;h=59fd4ebb1f153eff6abf679b4e4e53feef193684;hb=41ede0267250a1d3b26e19cc9dd78f32609f7f0f;hp=3e1626f06a1c326be083dbf29bbd917b44f6d33e;hpb=0cd443d5e55b2c3b97ecf53389ff76bc4bc6018f;p=fw%2Faltos diff --git a/doc/Makefile b/doc/Makefile index 3e1626f0..59fd4ebb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,12 +12,13 @@ RELNOTES=\ release-notes-1.1.html RELNOTES_XSL=$(RELNOTES:.html=.xsl) -HTML=altusmetrum.html altos.html telemetry.html companion.html $(RELNOTES) -PDF=altusmetrum.pdf altos.pdf telemetry.pdf companion.pdf +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=/usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl PDFSTYLE= +IMAGES=telemetrum.svg telemini.svg .SUFFIXES: .xsl .html .fo .pdf @@ -50,8 +51,8 @@ clean: distclean: rm -f $(HTML) $(PDF) *.fo -altusmetrum.html: $(RELNOTES_XSL) -altusmetrum.fo: $(RELNOTES_XSL) +altusmetrum.html: $(RELNOTES_XSL) $(IMAGES) +altusmetrum.fo: $(RELNOTES_XSL) $(IMAGES) indent: altusmetrum.xsl xmlindent -i 2 < altusmetrum.xsl > altusmetrum.new