2017-11-05 Fred Gleason <fredg@paravelsystems.com>

* Added DocBook stylesheets for books in 'docs/stylesheets/'.
This commit is contained in:
Fred Gleason
2017-11-05 08:44:58 -05:00
parent 07a187e07f
commit f1b16e0837
9 changed files with 141 additions and 4 deletions

View File

@@ -104,10 +104,10 @@ OPSGUIDE_DEPS = filepath_wildcards.xml\
voicetracking.xml
opsguide.html: $(OPSGUIDE_DEPS) frontspiece.xml
xsltproc -o opsguide.html $(DOCBOOK_STYLESHEETS)/xhtml/docbook.xsl opsguide.xml
xsltproc ../stylesheets/book-xhtml.xml opsguide.xml
opsguide.pdf: $(OPSGUIDE_DEPS) frontspiece.xml
xsltproc $(DOCBOOK_STYLESHEETS)/fo/docbook.xsl opsguide.xml | fop - -pdf opsguide.pdf
xsltproc ../stylesheets/book-fo.xml opsguide.xml | fop - -pdf opsguide.pdf
all-local: opsguide.html\
opsguide.pdf