Fix the doc build

This commit is contained in:
Matthias Clasen 2012-09-14 19:40:24 -04:00
parent e21847d9bb
commit 80105f173a
2 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ content_files = \
building.xml \ building.xml \
changes.xml \ changes.xml \
compiling.xml \ compiling.xml \
programming.xml \
resources.xml \ resources.xml \
regex-syntax.xml \ regex-syntax.xml \
version.xml \ version.xml \

View 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 GObject are generally fine to use in code that runs with elevated
privileges; they don't load modules (executable code in shared objects) privileges; they don't load modules (executable code in shared objects)
or run other programs 'behind your back'. GIO has to be used 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> </para>
</refsect2> </refsect2>