diff options
| author | Keith Packard <keithp@keithp.com> | 2013-02-08 23:37:49 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-02-08 23:37:49 -0800 |
| commit | e374f8e5a5f12602ef62518fcf672a231080baee (patch) | |
| tree | 2d4d5390e3cf7b91e0ac8e7d2e1fc2e4932645bc /doc/Makefile | |
| parent | c3024b759fcdf8b84a2139c1535c573a31eb5c95 (diff) | |
doc: Add TeleMetrum and TeleMini drill templates
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 53985431..59fd4ebb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -18,6 +18,7 @@ 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 |
