2016-03-24 Fred Gleason <fredg@paravelsystems.com>

* Ported 'docs/cae.sxw' to DocBook-XML5 in 'docs/docbook/cae.xml'.
	* Ported 'docs/web_api.odt' to DocBook-XML5 in
	'docs/dockbook/web_api.xml'.
This commit is contained in:
Fred Gleason
2016-03-24 14:25:41 -04:00
parent 03cfa9d614
commit 539d23d359
11 changed files with 4959 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
##
## docs/automake.am for Rivendell
##
## (C) Copyright 2002-2006 Fred Gleason <fredg@paravelsystems.com>
## (C) Copyright 2002-2016 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as
@@ -19,14 +19,17 @@
##
## Use automake to process this into a Makefile.in
SUBDIRS = examples\
if DOCBOOK_AM
DOCBOOK_AM_OPT = docbook
endif
SUBDIRS = $(DOCBOOK_AM_OPT) examples\
man\
tables
EXTRA_DIST = ALSA.txt\
ando_interface.odt\
asound.conf-sample\
cae.sxw\
catchd.txt\
colors\
copy_split_format.odt\
@@ -49,7 +52,6 @@ EXTRA_DIST = ALSA.txt\
SAGE_ENDEC.txt\
scheduler_formats.ods\
SWITCHERS.txt\
web_api.odt\
WIN32.txt\
WINGS_FILTER.txt

Binary file not shown.

54
docs/docbook/Makefile.am Normal file
View File

@@ -0,0 +1,54 @@
## automake.am
##
## docs/docbook/automake.am for Rivendell
##
## (C) Copyright 2015 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as
## published by the Free Software Foundation.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public
## License along with this program; if not, write to the Free Software
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
## Use automake to process this into a Makefile.in
##
## Build Dependencies
##
%.html: %.xml
xsltproc -o $@ $(DOCBOOK_STYLESHEETS)/xhtml/docbook.xsl $<
%.pdf: %.xml
xsltproc $(DOCBOOK_STYLESHEETS)/fo/docbook.xsl $< | fop - -pdf $@
%.1: %.xml
xsltproc $(DOCBOOK_STYLESHEETS)/manpages/docbook.xsl $<
%.8: %.xml
xsltproc $(DOCBOOK_STYLESHEETS)/manpages/docbook.xsl $<
all-local: cae.html\
cae.pdf\
web_api.html\
web_api.pdf
EXTRA_DIST = cae.html\
cae.pdf\
cae.xml\
web_api.html\
web_api.pdf\
web_api.xml
CLEANFILES = *~
MAINTAINERCLEANFILES = *~\
*.1\
*.8\
*.html\
*.pdf\
aclocal.m4\
configure\
Makefile.in

1755
docs/docbook/cae.xml Normal file

File diff suppressed because it is too large Load Diff

3105
docs/docbook/web_api.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.