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:
Fred Gleason
2023-08-29 15:36:23 -04:00
parent e47ef557c6
commit 2723339e73
3 changed files with 1194 additions and 1344 deletions

View File

@@ -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.

View File

@@ -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

File diff suppressed because it is too large Load Diff