docs: Fix typo

This commit is contained in:
Christian Persch 2012-02-06 22:33:19 +01:00
parent 1faed130dc
commit 867f554ea5

View File

@ -101,7 +101,7 @@ Generate a header file for use with C code generated by <option>--generate-sourc
Prints the list of files that the resource bundle references to standard output.
This can be used to track dependencies in the build system. For example, the following
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.xml</replaceable> includes, so that is is automatically
rebuilt if any of them change:
<programlisting>
test.gresource: test.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies test.gresource.xml)