Changeset f7b3469


Ignore:
Timestamp:
03/04/2023 08:08:28 AM (14 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
26baebea
Parents:
c3b8baf8
Message:

Install man pages in btrfs-progs

They are shipped with the tarball, but not installed by "make install"
if passing --disable-documentation to configure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/btrfs-progs.xml

    rc3b8baf8 rf7b3469  
    8484      <xref linkend="lzo"/>
    8585    </para>
    86 
     86    <!-- In v6.2.1 (and maybe previous), sphinx is required for the doc
    8787    <bridgehead renderas="sect4">Recommended</bridgehead>
    8888    <para role="recommended">
     
    9090      and <xref linkend="xmlto"/> (both required to generate man pages)
    9191    </para>
    92 
     92    -->
    9393    <bridgehead renderas="sect4">Optional</bridgehead>
    9494    <para role="optional">
     
    204204<screen role="root"><userinput>make install</userinput></screen>
    205205
     206    <para>
     207      If you have passed <parameter>--disable-documentation</parameter> to
     208      <command>configure</command> and you need the manual pages, install them
     209      by running, as the &root; user:
     210    </para>
     211
     212<screen role="root"><userinput>for i in 5 8; do
     213   install Documentation/*.$i /usr/share/man/man$i
     214done</userinput></screen>
     215
    206216  </sect2>
    207217
     
    210220
    211221    <para>
    212       <option>--disable-documentation</option>: This option
    213       is needed if the recommended dependencies are not installed.
     222      <parameter>--disable-documentation</parameter>: This switch
     223      disables rebuilding the manual pages, because it requires
     224      <xref linkend="sphinx"/>.
    214225    </para>
    215226<!-- not anymore in the commands
Note: See TracChangeset for help on using the changeset viewer.