dbus-run-session(1): document modern Automake syntax
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 1 Apr 2015 12:10:37 +0000 (13:10 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 16 Apr 2015 12:06:27 +0000 (13:06 +0100)
Reviewed-by: Philip Withnall <philip.withnall@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89846

doc/dbus-run-session.1.xml.in

index 5181a8b..a7ec28a 100644 (file)
@@ -63,8 +63,9 @@ or relying on there already being a D-Bus session active, for instance:</para>
 <citerefentry><refentrytitle>automake</refentrytitle><manvolnum>1</manvolnum></citerefentry>):</para>
 
 <literallayout remap='.nf'>
-    TESTS_ENVIRONMENT = MY_DEBUG=all dbus-run-session --
-
+  AM_TESTS_ENVIRONMENT = export MY_DEBUG=all;
+  LOG_COMPILER = dbus-run-session
+  AM_LOG_FLAGS = --
 </literallayout></refsect1>
 
 <refsect1 id='options'><title>OPTIONS</title>