diff options
| author | Keith Packard <keithp@keithp.com> | 2014-02-08 14:31:06 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-02-08 14:31:06 -0800 |
| commit | 7fdf6a6cc252c7813a857714f6088b7fd5bfab40 (patch) | |
| tree | 2c436fc0a8cb81ad0f563d631367efc53feb6b83 /doc/Makefile | |
| parent | 2c70a7a49cc0e92df90ea17a870d661ca857c145 (diff) | |
doc: Add title page image to altusmetrum.pdf
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/Makefile b/doc/Makefile index 3079c148..83731fbe 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -83,7 +83,7 @@ publish: $(DOC) git push) clean: - rm -f $(HTML) $(PDF) + rm -f $(HTML) $(PDF) $(TEMPLATES) distclean: rm -f $(HTML) $(PDF) @@ -91,9 +91,7 @@ distclean: altusmetrum.html: $(RELNOTES_XSL) $(IMAGES) altusmetrum.pdf: $(RELNOTES_XSL) $(IMAGES) -$(PDF): $(FOSTYLE) - -micropeak.pdf: $(TEMPLATES) +$(PDF): $(FOSTYLE) $(TEMPLATES) indent: altusmetrum.xsl xmlindent -i 2 < altusmetrum.xsl > altusmetrum.new |
