From bacea35e607f84d199c985d4f83d3e4c96d5f5be Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 14 Feb 2023 20:18:35 +0800 Subject: [PATCH] gdk-pixbuf: Make docdir fix explicit --- x/lib/gdk-pixbuf.xml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) 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 -