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

Fixup the formatting in the example rule for --generate-dependencies.
This commit is contained in:
Christian Persch
2012-01-26 15:22:10 +01:00
parent fbfad9cf85
commit 8998e77b8f

View File

@@ -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 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 files that <replaceable>test.gresource.xm</replaceable> includes, so that is is automatically
rebuilt if any of them change: rebuilt if any of them change:
<literal> <programlisting>
test.gresource: test.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies test.gresource.xml) test.gresource: test.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies test.gresource.xml)
</literal> </programlisting>
Note that this may or may not be portable to non-GNU <command>make</command>. Note that this may or may not be portable to non-GNU <command>make</command>.
</para> </para>
<para>For example i </listitem>
</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>