mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
libadwaita: Make the doc build instruction explicit
This commit is contained in:
parent
ca2b796248
commit
1bc00bd801
@ -101,6 +101,15 @@
|
||||
cd build &&
|
||||
|
||||
meson setup --prefix=/usr --buildtype=release .. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
If you have <xref linkend='gi-docgen'/> installed and wish to build
|
||||
the API documentation for this package, issue:
|
||||
</para>
|
||||
|
||||
<screen role='nodump'><userinput>sed "s/apiversion/'&libadwaita-version;'/" -i ../doc/meson.build &&
|
||||
meson configure -Dgtk_doc=true &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -121,15 +130,6 @@ ninja</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/meson-buildtype-release.xml"/>
|
||||
|
||||
<para>
|
||||
<option>-Dgtk_doc=true</option>: Use this option if you have
|
||||
<xref linkend="gi-docgen"/> installed and wish to install the
|
||||
documentation. If this option is used, run <command>mv
|
||||
/usr/share/doc/libadwaita-{1,&libadwaita-version;}</command> as the
|
||||
&root; user to fix the name of the directory for the documentation
|
||||
after this package is installed.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user