diff options
| author | Keith Packard <keithp@keithp.com> | 2014-03-07 21:27:26 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-03-07 21:27:26 -0800 |
| commit | 4c7da6d0ad568448c37761cd0c0108b9161a9345 (patch) | |
| tree | 291317d44ca78a723955453df4bafcef8d3993e3 /doc/Makefile | |
| parent | 8f2a85027b496451c5934eb36fcdffbd5e5da177 (diff) | |
doc: Add separate outline pdf generation
This generates one-page pdf files that contain just the outline of
each product.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 1477d325..1f47076c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -63,7 +63,8 @@ SVG=\ 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 +PDF=altusmetrum.pdf altos.pdf telemetry.pdf companion.pdf micropeak.pdf \ + telemetrum-outline.pdf telemega-outline.pdf easymini-outline.pdf HTMLSTYLE=/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl FOSTYLE=xorg-fo.xsl TEMPLATES=titlepage.templates.xsl |
