diff options
| -rw-r--r-- | doc/Makefile | 6 | ||||
| -rw-r--r-- | doc/altusmetrum.xsl | 5 | ||||
| -rw-r--r-- | doc/titlepage.templates.xml | 3 | 
3 files changed, 8 insertions, 6 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 diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index ae10afe9..60ad118a 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -25,6 +25,11 @@        <year>2014</year>        <holder>Bdale Garbee and Keith Packard</holder>      </copyright> +    <mediaobject> +      <imageobject> +	<imagedata fileref="../themes/background.png" width="6.0in"/> +      </imageobject> +    </mediaobject>      <legalnotice>        <para>          This document is released under the terms of the diff --git a/doc/titlepage.templates.xml b/doc/titlepage.templates.xml index cdc824ce..59fa5ba1 100644 --- a/doc/titlepage.templates.xml +++ b/doc/titlepage.templates.xml @@ -156,8 +156,7 @@             because only the first editor generates the list of editors.        <editor t:predicate="[position() = 1]"/>        --> -      <mediaobject t:predicate="[1]" -		   space-before="2in"/> +      <mediaobject space-before="1.5in"/>        <itermset/>      </t:titlepage-content> | 
