mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
docs: Fix typo
This commit is contained in:
parent
1faed130dc
commit
867f554ea5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user