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

@@ -66,6 +66,8 @@ AC_ARG_ENABLE(jack,[ --disable-jack disable JACK sound support],
[JACK_DISABLED=yes],[])
AC_ARG_ENABLE(alsa,[ --disable-alsa disable direct ALSA sound support],
[ALSA_DISABLED=yes],[])
AC_ARG_ENABLE(docbook,[ --disable-docbook disable building of documentation],[DOCBOOK_DISABLED=yes],[])
AC_ARG_ENABLE(gpio,[ --disable-gpio disable General Purpose Input/Output GPIO support],
[GPIO_DISABLED=yes],[])
AC_ARG_ENABLE(pam,[ --disable-pam disable Rivendell PAM pam_rd.so support],
@@ -223,6 +225,14 @@ if test -z $MP4V2_DISABLED ; then
fi
fi
#
# Build DocBook Items?
#
if test -z $DOCBOOK_DISABLED ; then
USING_DOCBOOK=yes
fi
AM_CONDITIONAL([DOCBOOK_AM], [test "$USING_DOCBOOK" = yes])
#
# Set Hard Library Dependencies
#
@@ -466,6 +476,7 @@ AC_CONFIG_FILES([rivendell.spec \
web/tests/Makefile \
conf/Makefile \
docs/Makefile \
docs/docbook/Makefile \
docs/examples/Makefile \
docs/man/Makefile \
docs/tables/Makefile \