mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-24 09:28:54 +02: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:
parent
8a18a0cbd2
commit
6d8ee5853e
5
.gitignore
vendored
5
.gitignore
vendored
@ -13,6 +13,7 @@
|
|||||||
*.rlm
|
*.rlm
|
||||||
*.rpm
|
*.rpm
|
||||||
*.so
|
*.so
|
||||||
|
*.xsl
|
||||||
rivendell-*.tar.gz
|
rivendell-*.tar.gz
|
||||||
rivendell-*.zip
|
rivendell-*.zip
|
||||||
.AppleDouble
|
.AppleDouble
|
||||||
@ -34,7 +35,9 @@ docs/apis/*.pdf
|
|||||||
docs/opsguide/*.html
|
docs/opsguide/*.html
|
||||||
docs/opsguide/*.pdf
|
docs/opsguide/*.pdf
|
||||||
docs/opsguide/frontspiece.xml
|
docs/opsguide/frontspiece.xml
|
||||||
docs/stylesheets/*.xml
|
docs/stylesheets/book-common.xml
|
||||||
|
docs/stylesheets/book-fo.xml
|
||||||
|
docs/stylesheets/book-xhtml.xml
|
||||||
helpers/cwrap
|
helpers/cwrap
|
||||||
helpers/jsmin
|
helpers/jsmin
|
||||||
importers/nexgen_filter
|
importers/nexgen_filter
|
||||||
|
@ -16257,3 +16257,5 @@
|
|||||||
2017-11-05 Fred Gleason <fredg@paravelsystems.com>
|
2017-11-05 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Removed the 'Genmeral Notes' section titles from the
|
* Removed the 'Genmeral Notes' section titles from the
|
||||||
'Supported GPIO/Switcher Devices' appendix in the Operations Guide.
|
'Supported GPIO/Switcher Devices' appendix in the Operations Guide.
|
||||||
|
2017-11-06 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Added a logo to the title page of the Operations Guide.
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
## Use automake to process this into a Makefile.in
|
## Use automake to process this into a Makefile.in
|
||||||
|
|
||||||
if DOCBOOK_AM
|
if DOCBOOK_AM
|
||||||
DOCBOOK_AM_OPT = apis manpages opsguide stylesheets
|
DOCBOOK_AM_OPT = stylesheets apis manpages opsguide
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = $(DOCBOOK_AM_OPT) examples\
|
SUBDIRS = $(DOCBOOK_AM_OPT) examples\
|
||||||
|
@ -103,18 +103,20 @@ OPSGUIDE_DEPS = filepath_wildcards.xml\
|
|||||||
voicetracking.voice_tracker_dialog_track_selected.png\
|
voicetracking.voice_tracker_dialog_track_selected.png\
|
||||||
voicetracking.xml
|
voicetracking.xml
|
||||||
|
|
||||||
opsguide.html: $(OPSGUIDE_DEPS) frontspiece.xml
|
index.html: $(OPSGUIDE_DEPS) frontspiece.xml
|
||||||
xsltproc ../stylesheets/book-xhtml.xml opsguide.xml
|
xsltproc ../stylesheets/book-xhtml.xml opsguide.xml
|
||||||
|
|
||||||
opsguide.pdf: $(OPSGUIDE_DEPS) frontspiece.xml
|
opsguide.pdf: $(OPSGUIDE_DEPS) frontspiece.xml\
|
||||||
|
../stylesheets/book-fo.xml\
|
||||||
|
../stylesheets/book-fo-titlepages.xsl
|
||||||
xsltproc ../stylesheets/book-fo.xml opsguide.xml | fop - -pdf opsguide.pdf
|
xsltproc ../stylesheets/book-fo.xml opsguide.xml | fop - -pdf opsguide.pdf
|
||||||
|
|
||||||
all-local: opsguide.html\
|
all-local: index.html\
|
||||||
opsguide.pdf
|
opsguide.pdf
|
||||||
|
|
||||||
EXTRA_DIST = $(OPSGUIDE_DEPS)\
|
EXTRA_DIST = $(OPSGUIDE_DEPS)\
|
||||||
frontspiece.xml.in\
|
frontspiece.xml.in\
|
||||||
opsguide.html\
|
index.html\
|
||||||
opsguide.pdf
|
opsguide.pdf
|
||||||
|
|
||||||
CLEANFILES = *~\
|
CLEANFILES = *~\
|
||||||
|
@ -10,11 +10,9 @@
|
|||||||
@VERSION@
|
@VERSION@
|
||||||
</edition>
|
</edition>
|
||||||
<copyright><year>-2003-2017</year><holder>Fred Gleason</holder></copyright>
|
<copyright><year>-2003-2017</year><holder>Fred Gleason</holder></copyright>
|
||||||
<cover>
|
<mediaobject>
|
||||||
<mediaobject>
|
<imageobject>
|
||||||
<imageobject>
|
<imagedata fileref="../../icons/rivendell-512x512.png" scale="80"/>
|
||||||
<imagedata fileref="rdairplay.rdairplay_screenshot.png" scale="20"/>
|
</imageobject>
|
||||||
</imageobject>
|
</mediaobject>
|
||||||
</mediaobject>
|
|
||||||
</cover>
|
|
||||||
</info>
|
</info>
|
||||||
|
@ -19,12 +19,21 @@
|
|||||||
##
|
##
|
||||||
## Use automake to process this into a Makefile.in
|
## 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\
|
EXTRA_DIST = book-common.xml.in\
|
||||||
book-fo.xml.in\
|
book-fo.xml.in\
|
||||||
|
book-fo-titlepages-spec.xml\
|
||||||
book-xhtml.xml.in
|
book-xhtml.xml.in
|
||||||
|
|
||||||
CLEANFILES = *~
|
CLEANFILES = *~\
|
||||||
DISTCLEANFILES = *.xml
|
*.xsl
|
||||||
|
DISTCLEANFILES = book-common.xml\
|
||||||
|
book-fo.xml\
|
||||||
|
book-xhtml.xml
|
||||||
MAINTAINERCLEANFILES = *~\
|
MAINTAINERCLEANFILES = *~\
|
||||||
aclocal.m4\
|
aclocal.m4\
|
||||||
configure\
|
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">
|
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="/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" />
|
<xsl:include href="book-common.xml" />
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user