Changeset 4d6a0e2
- Timestamp:
- 11/26/2022 05:48:16 PM (22 months ago)
- Branches:
- 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/llvm18, xry111/spidermonkey128, 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
networking/netutils/networkmanager.xml
r256eac6e r4d6a0e2 289 289 mv -v /usr/share/doc/NetworkManager{,-&NetworkManager-version;}</userinput></screen> 290 290 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##*.} && 299 install -vdm 755 /usr/share/man/man$section 300 install -vm 644 $file /usr/share/man/man$section/ 301 done</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 291 312 </sect2> 292 313
Note:
See TracChangeset
for help on using the changeset viewer.