diff --git a/x/lib/gdk-pixbuf.xml b/x/lib/gdk-pixbuf.xml
index 608466bfe9..9729941351 100644
--- a/x/lib/gdk-pixbuf.xml
+++ b/x/lib/gdk-pixbuf.xml
@@ -118,6 +118,15 @@
cd build &&
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. &&
+ninja
+
+
+ If you have installed and wish to build
+ the API documentation for this package, issue:
+
+
+sed "/docs_dir =/s@\$@ / 'gdk-pixbuf-&gdk-pixbuf-version;'@" -i ../docs/meson.build &&
+meson configure -Dgtk_doc=true &&
ninja
@@ -162,17 +171,6 @@ ninja
generate manual pages, or if you do not want to install
.
-
-
- : Use this option if you have installed
- and want to generate the API
- documentation. If this option is used, fix the installation location
- of the API documentation before issueing
- cd build with the command:
-
-
-sed "/docs_dir =/s@\$@ / 'gdk-pixbuf-&gdk-pixbuf-version;'@" -i docs/meson.build
-