NetworkManager r3987 - trunk
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: NetworkManager r3987 - trunk
- Date: Tue, 19 Aug 2008 13:44:54 +0000 (UTC)
Author: dcbw
Date: Tue Aug 19 13:44:54 2008
New Revision: 3987
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3987&view=rev
Log:
Enable gtk-doc when building with docs
Modified:
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Aug 19 13:44:54 2008
@@ -65,10 +65,12 @@
AC_ARG_WITH(docs, AC_HELP_STRING([--with-docs], [Build NetworkManager documentation]))
AM_CONDITIONAL(WITH_DOCS, test "x$with_docs" = "xyes")
case $with_docs in
- yes) ;;
- *)
- with_docs=no
- ;;
+ yes)
+ enable_gtk_doc=yes
+ ;;
+ *)
+ with_docs=no
+ ;;
esac
dnl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]