Changeset 4d6a0e2


Ignore:
Timestamp:
11/26/2022 05:48:16 PM (17 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
1295f49
Parents:
256eac6e
git-author:
Pierre Labastie <pierre.labastie@…> (11/26/2022 05:47:45 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (11/26/2022 05:48:16 PM)
Message:

Add manual pages and doc for NetworkManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    r256eac6e r4d6a0e2  
    289289mv -v /usr/share/doc/NetworkManager{,-&NetworkManager-version;}</userinput></screen>
    290290
     291    <para>
     292      If you have not passed the <option>-Ddocs=true</option> option to
     293      <command>meson</command>, you can install the pregenerated manual pages
     294      with (as the &root; user):
     295    </para>
     296
     297<screen role="root"><userinput>for file in $(echo ../man/*.[1578]); do
     298    section=${file##*.} &amp;&amp;
     299    install -vdm 755 /usr/share/man/man$section
     300    install -vm 644 $file /usr/share/man/man$section/
     301done</userinput></screen>
     302
     303    <para>
     304      Still in case you have not used <option>-Ddocs=true</option>, the
     305      pregenerated HTML documentation can also be installed with (as
     306      the &root; user):
     307    </para>
     308
     309<screen role="root"
     310        remap="doc"><userinput>cp -Rv ../docs/{api,libnm} /usr/share/doc/NetworkManager-&NetworkManager-version;</userinput></screen>
     311
    291312  </sect2>
    292313
Note: See TracChangeset for help on using the changeset viewer.