Changeset 1f2235c


Ignore:
Timestamp:
07/23/2023 01:20:30 PM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
467436e
Parents:
ac465d6c
Message:

xdg-user-dirs: Add optional dependencies for man pages ...

and disable them by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/xdg-user-dirs.xml

    rac465d6c r1f2235c  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Xdg-user-dirs Dependencies</bridgehead>
     74
     75    <bridgehead renderas="sect4">Optional</bridgehead>
     76    <para role="optional">
     77      <xref linkend="DocBook"/>,
     78      <xref linkend="docbook-xsl"/>, and
     79      <xref linkend="libxslt"/> (all three for building the man pages)
     80    </para>
    7381  </sect2>
    7482
     
    8189    </para>
    8290
    83 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     91<screen><userinput>./configure --prefix=/usr           \
     92            --sysconfdir=/etc       \
     93            --disable-documentation &amp;&amp;
    8494make</userinput></screen>
    8595
     
    93103
    94104<screen role="root"><userinput>make install</userinput></screen>
     105  </sect2>
     106
     107  <sect2 role="commands">
     108    <title>Command Explanations</title>
     109
     110    <para>
     111      <parameter>--disable-documentation</parameter>: Disable the
     112      installation of the man pages.  Remove this switch if you've installed
     113      the optional dependencies and you wish to install the man pages of
     114      this package.
     115    </para>
    95116  </sect2>
    96117
Note: See TracChangeset for help on using the changeset viewer.