docs: Mention the standalone Makefile for examples

And point to the README file.

https://bugzilla.gnome.org/show_bug.cgi?id=741041
This commit is contained in:
Emmanuele Bassi
2014-12-02 19:27:52 +00:00
parent 92f6771564
commit 37a1e6cacb

View File

@ -302,7 +302,10 @@
<para>The full, buildable sources for these examples can be found
in the examples/ directory of the GTK+ source distribution, or
<ulink url="https://git.gnome.org/browse/gtk+/tree/examples">online</ulink> in the GTK+ git repository.</para>
<ulink url="https://git.gnome.org/browse/gtk+/tree/examples">online</ulink> in the GTK+ git repository.
You can build each example separately by using make with the <filename>Makefile.example</filename>
file. For more information, see the <filename>README</filename> included in the
examples directory.</para>
<section>
<title>A trivial application</title>