[glib] docs: Fix formatting in glib-compile-resource man page



commit 8998e77b8f348179d0d2fe4d9aea312caef05d71
Author: Christian Persch <chpe gnome org>
Date:   Thu Jan 26 15:22:10 2012 +0100

    docs: Fix formatting in glib-compile-resource man page
    
    Fixup the formatting in the example rule for --generate-dependencies.

 docs/reference/gio/glib-compile-resources.xml |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/docs/reference/gio/glib-compile-resources.xml b/docs/reference/gio/glib-compile-resources.xml
index f70f8c2..5e404a1 100644
--- a/docs/reference/gio/glib-compile-resources.xml
+++ b/docs/reference/gio/glib-compile-resources.xml
@@ -103,13 +103,12 @@ This can be used to track dependencies in the build system. For example, the fol
 make rule would mark <replaceable>test.gresource</replaceable> as depending on all the
 files that <replaceable>test.gresource.xm</replaceable> includes, so that is is automatically
 rebuilt if any of them change:
-  <literal>
-    test.gresource: test.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies test.gresource.xml)
-  </literal>
+<programlisting>
+test.gresource: test.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies test.gresource.xml)
+</programlisting>
 Note that this may or may not be portable to non-GNU <command>make</command>.
 </para>
-<para>For example i
-</para></listitem>
+</listitem>
 </varlistentry>
 
 <varlistentry>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]