diff options
| author | Keith Packard <keithp@keithp.com> | 2012-01-13 10:40:30 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-01-15 19:18:48 -0800 |
| commit | 1b4a4c7b6a0c3f93267f33482f490e7aa25c2158 (patch) | |
| tree | b4c7cc89464b983c8ae85b370ed685a3de4c6385 /doc/Makefile | |
| parent | 5d42ded7ebdb0c134c8dac61f41525c37d81ae61 (diff) | |
doc: Add companion SPI message protocol doc
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 14bce5c9..6c77f0ee 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -10,8 +10,8 @@ RELNOTES=\ release-notes-1.0.1.html RELNOTES_XSL=$(RELNOTES:.html=.xsl) -HTML=altusmetrum.html altos.html telemetry.html $(RELNOTES) -PDF=altusmetrum.pdf altos.pdf telemetry.pdf +HTML=altusmetrum.html altos.html telemetry.html companion.html $(RELNOTES) +PDF=altusmetrum.pdf altos.pdf telemetry.pdf companion.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 |
