[patch] [python] Correctly don't build HTML docs if rst2html is not
found
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Jan 16 10:09:37 PST 2007
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Again, in http://people.freedesktop.org/~smcv/git/dbus-python/.git
- From 6d7356140055082a30090161c586b4575f8f0fa7 Mon Sep 17 00:00:00 2001
From: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue, 16 Jan 2007 18:08:04 +0000
Subject: [PATCH] Correctly don't build HTML docs if rst2html is not found
- ---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 61c2a44..89544c3 100644
- --- a/configure.ac
+++ b/configure.ac
@@ -62,7 +62,7 @@ AM_CONDITIONAL([ENABLE_API_DOCS], [test x$enable_api_docs != xno])
AC_CHECK_PROGS([RST2HTML], [rst2html rst2html.py], [])
AC_SUBST([RST2HTML])
- -AM_CONDITIONAL([ENABLE_DOCS], [test x$RST2HTML != xno])
+AM_CONDITIONAL([ENABLE_DOCS], [test x$RST2HTML != x])
PKG_CHECK_MODULES(DBUS, [dbus-1 >= 1.0 dbus-glib-1 >= 0.70])
PKG_CHECK_MODULES(DBUS_GLIB, [dbus-1 >= 1.0 dbus-glib-1 >= 0.70])
- --
1.4.4.4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: OpenPGP key: http://www.pseudorandom.co.uk/2003/contact/ or pgp.net
iD8DBQFFrRTgWSc8zVUw7HYRAvssAJ9xQPe2tfj0fMwJUkyLilIOQ8SRdwCgnHFi
MiapmMqStDHbaRP1CRTxOYg=
=hQQp
-----END PGP SIGNATURE-----
More information about the dbus
mailing list