X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=e56e2a55bcfbb9a1a4626517549323cc1347b397;hb=3df505b02fb7d4ba2d40351e658931b02425b74f;hp=2e9e652666d2249dd16329f13408ef99e7ce0bec;hpb=3055f698e0426d7785843ea1668478375fd02642;p=fw%2Faltos diff --git a/doc/Makefile.am b/doc/Makefile.am index 2e9e6526..e56e2a55 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -17,6 +17,8 @@ FAKETIME=TZ=UTC faketime -f '$(RELEASE_DATE) 00:00:00 i0' endif RELNOTES_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 \ @@ -67,6 +69,7 @@ IMAGES=\ easymega-v1.0-top.jpg \ easymini.svg \ easymini-top.jpg \ + easytimer.jpg \ fire-igniter.png \ graph-configure.png \ graph-map.png \ @@ -142,6 +145,7 @@ INC_FILES=\ easymini-device.inc \ telemega.inc \ easymega.inc \ + easytimer.inc \ installation.inc \ using-am-products.inc \ updating-firmware.inc \ @@ -279,6 +283,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 @@ -289,10 +295,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) $*.adoc all: $(HTML) $(PDF)