Changeset 8163dd01 for gnome/add/gdm.xml


Ignore:
Timestamp:
06/26/2006 07:00:09 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d226c1ff
Parents:
56ce09e
Message:

Minor clean-up and addition of --mandir= parameter to the GNOME add-on packages which have already been updated to conform with the 2.14.2 update

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6217 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gdm.xml

    r56ce09e r8163dd01  
    101101            --libexecdir=$(pkg-config \
    102102                --variable=prefix ORBit-2.0)/lib/gdm \
     103            --mandir=$(pkg-config \
     104                --variable=prefix ORBit-2.0)/share/man \
    103105            --with-pam-prefix=/etc &amp;&amp;
    104106make</userinput></screen>
     
    115117    <title>Command Explanations</title>
    116118
    117     <para><parameter>--libexecdir=$(pkg-config
    118     --variable=prefix ORBit-2.0)/lib/gdm</parameter>: This parameter is
    119     used so that the <application>GDM</application> internal support programs
    120     are installed in
    121     <filename class='directory'>$GNOME_PREFIX/lib/gdm</filename> instead
    122     of <filename class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
    123 
    124     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This command puts
    125     configuration files in <filename class="directory">&gnome-etc-dir;</filename>
    126     instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
     119    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     120    href="../../xincludes/gnome-prefix.xml"/>
     121
     122    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     123    href="../../xincludes/gnome-sysconfdir.xml"/>
    127124
    128125    <para><parameter>--localstatedir=/var/lib</parameter>: This command
     
    133130    directory. See the <quote>Configuration Information</quote> section below
    134131    for instructions on relocating the log file directory.</para>
     132
     133    <para><parameter>--libexecdir=$(pkg-config
     134    --variable=prefix ORBit-2.0)/lib/gdm</parameter>: This parameter is
     135    used so that the <application>GDM</application> internal support programs
     136    are installed in the preferred location of
     137    <filename class='directory'>$GNOME_PREFIX/lib/gdm</filename> instead
     138    of <filename class='directory'>$GNOME_PREFIX/libexec</filename>.</para>
     139
     140    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     141    href="../../xincludes/gnome-mandir.xml"/>
    135142
    136143    <para><parameter>--with-pam-prefix=/etc</parameter>: This command puts
Note: See TracChangeset for help on using the changeset viewer.