From 1bc00bd80133ec3d4879a59ae08e39b4ab6538fd Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Tue, 14 Feb 2023 21:15:39 +0800 Subject: [PATCH] libadwaita: Make the doc build instruction explicit --- x/lib/libadwaita.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/x/lib/libadwaita.xml b/x/lib/libadwaita.xml index 8f47aee866..0974c933bd 100644 --- a/x/lib/libadwaita.xml +++ b/x/lib/libadwaita.xml @@ -101,6 +101,15 @@ cd build && meson setup --prefix=/usr --buildtype=release .. && +ninja + + + If you have installed and wish to build + the API documentation for this package, issue: + + +sed "s/apiversion/'&libadwaita-version;'/" -i ../doc/meson.build && +meson configure -Dgtk_doc=true && ninja @@ -121,15 +130,6 @@ ninja - - : Use this option if you have - installed and wish to install the - documentation. If this option is used, run mv - /usr/share/doc/libadwaita-{1,&libadwaita-version;} as the - &root; user to fix the name of the directory for the documentation - after this package is installed. - -