summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-11-12 11:36:30 +0100
committerMurray Cumming <murrayc@murrayc.com>2012-11-26 11:46:00 +0100
commit00ec758bf649e9c88a1ea8afd461d4b54468017c (patch)
tree992b3f315c556cfa4dfa86b4bc77a5b40ab23b3e /configure.ac
parent295beed558652f55d2e76004bb75b6a8c9169f87 (diff)
docs: Add documentation, using Docbook-XML
Bug #685473
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 46f2c8f..4e83ac1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -995,6 +995,9 @@ AC_SUBST(DEPS_TMDB_LIBS)
AC_SUBST([abs_top_builddir])
AC_SUBST([builddir])
+GNOME_DOC_INIT([0.9.0],,
+ [AC_MSG_WARN([[gnome-doc-utils not found: tutorial will not be built.]])])
+
# ----------------------------------------------------------
# OUTPUT
# ----------------------------------------------------------
@@ -1022,6 +1025,7 @@ AC_CONFIG_FILES([
src/upnp/Makefile
src/vimeo/Makefile
src/youtube/Makefile
+ doc/Makefile
examples/Makefile
test/Makefile
])