Fix the doc build
authorMatthias Clasen <mclasen@redhat.com>
Fri, 14 Sep 2012 23:40:24 +0000 (19:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 14 Sep 2012 23:40:24 +0000 (19:40 -0400)
docs/reference/glib/Makefile.am
docs/reference/glib/programming.xml

index 88404ed..54918c8 100644 (file)
@@ -65,6 +65,7 @@ content_files =                               \
        building.xml                    \
        changes.xml                     \
        compiling.xml                   \
+       programming.xml                 \
        resources.xml                   \
        regex-syntax.xml                \
        version.xml                     \
index 7c01801..87860c9 100644 (file)
@@ -57,7 +57,7 @@ When it comes to GLib and its associated libraries, GLib and
 GObject are generally fine to use in code that runs with elevated
 privileges; they don't load modules (executable code in shared objects)
 or run other programs 'behind your back'. GIO has to be used
-carefully in privileged programs, see the <unlink url="http://developer.gnome.org/gio/stable/ch02.html">GIO documentation</ulink> for details.
+carefully in privileged programs, see the <ulink url="http://developer.gnome.org/gio/stable/ch02.html">GIO documentation</ulink> for details.
 </para>
 
 </refsect2>