mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
docs: Fix formatting in glib-compile-resource man page
Fixup the formatting in the example rule for --generate-dependencies.
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user