mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2017-11-06 Fred Gleason <fredg@paravelsystems.com>
* Added a logo to the title page of the Operations Guide.
This commit is contained in:
@@ -19,12 +19,21 @@
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
all-local: book-fo-titlepages.xsl
|
||||
|
||||
book-fo-titlepages.xsl: book-fo-titlepages-spec.xml
|
||||
xsltproc -o book-fo-titlepages.xsl @DOCBOOK_STYLESHEETS@/template/titlepage.xsl book-fo-titlepages-spec.xml
|
||||
|
||||
EXTRA_DIST = book-common.xml.in\
|
||||
book-fo.xml.in\
|
||||
book-fo-titlepages-spec.xml\
|
||||
book-xhtml.xml.in
|
||||
|
||||
CLEANFILES = *~
|
||||
DISTCLEANFILES = *.xml
|
||||
CLEANFILES = *~\
|
||||
*.xsl
|
||||
DISTCLEANFILES = book-common.xml\
|
||||
book-fo.xml\
|
||||
book-xhtml.xml
|
||||
MAINTAINERCLEANFILES = *~\
|
||||
aclocal.m4\
|
||||
configure\
|
||||
|
||||
1588
docs/stylesheets/book-fo-titlepages-spec.xml
Normal file
1588
docs/stylesheets/book-fo-titlepages-spec.xml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -25,6 +25,7 @@
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:import href="/usr/share/sgml/docbook/xsl-ns-stylesheets-1.78.1/fo/docbook.xsl" />
|
||||
<xsl:import href="book-fo-titlepages.xsl" />
|
||||
<xsl:include href="book-common.xml" />
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user