mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2023-08-29 Fred Gleason <fredg@paravelsystems.com>
* Refactored the playback, record and mixer commands in the CAE protocol design document. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -24383,3 +24383,6 @@
|
||||
2023-08-25 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed an error in the invocation specification for the
|
||||
'Insert Cart' ['PX'] RML in the Operations Guide.
|
||||
2023-08-29 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Refactored the playback, record and mixer commands in the CAE
|
||||
protocol design document.
|
||||
|
@@ -25,7 +25,7 @@
|
||||
%.html: %.xml
|
||||
xsltproc -o $@ $(DOCBOOK_STYLESHEETS)/xhtml/docbook.xsl $<
|
||||
%.pdf: %.xml
|
||||
xsltproc $(DOCBOOK_STYLESHEETS)/fo/docbook.xsl $< | fop - -pdf $@
|
||||
xsltproc --stringparam toc.section.depth 4 $(DOCBOOK_STYLESHEETS)/fo/docbook.xsl $< | fop - -pdf $@
|
||||
%.1: %.xml
|
||||
xsltproc $(DOCBOOK_STYLESHEETS)/manpages/docbook.xsl $<
|
||||
%.8: %.xml
|
||||
|
1887
docs/apis/cae.xml
1887
docs/apis/cae.xml
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user