mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
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:
11
configure.ac
11
configure.ac
@@ -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 \
|
||||
|
Reference in New Issue
Block a user