summaryrefslogtreecommitdiff
path: root/docs/reference
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-12-02 19:27:52 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2014-12-02 19:30:33 +0000
commit37a1e6cacb46bb7156da4a4ac90780ed2a986b20 (patch)
tree5285a69066e33c03d119f991f9618292dde5613e /docs/reference
parent92f67715641efa115fd228bea6e1e47ce1944c77 (diff)
downloadgtk+-37a1e6cacb46bb7156da4a4ac90780ed2a986b20.tar.gz
docs: Mention the standalone Makefile for examples
And point to the README file. https://bugzilla.gnome.org/show_bug.cgi?id=741041
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/gtk/getting_started.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml
index 5ac4ca573a..63d79cdc95 100644
--- a/docs/reference/gtk/getting_started.xml
+++ b/docs/reference/gtk/getting_started.xml
@@ -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>