libgweather: Fix doc install path if -Dgtk_doc unused

This commit is contained in:
Xi Ruoyao 2023-02-13 00:23:37 +08:00
parent 0b863fa74c
commit e52993c61d
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -142,7 +142,11 @@ ninja</userinput></screen>
<parameter>-Dgtk_doc=false</parameter>: allows building without using
the bundled <application>gi-docgen</application> module. Remove this
switch if you have installed <xref linkend="gi-docgen"/>, and wish to
build and install the API documentation.
build and install the API documentation. If this switch is removed,
as the &root; user, fix the location of the documentation with the
<command>mv
/usr/share/doc/libgweather-{4.0,&libgweather-version;}</command>
command.
</para>
</sect2>