Ignore:
Timestamp:
06/26/2006 03:45:37 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:
8163dd01
Parents:
4f696c7e
Message:

Replaced many instances of repetitive similar text with xinclude files in various package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/evolution.xml

    r4f696c7e r56ce09e  
    132132
    133133<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     134            --sysconfdir=&gnome-etc-dir; \
    134135            --localstatedir=/var/lib \
    135             --sysconfdir=&gnome-etc-dir; \
    136136            --libexecdir=$(pkg-config \
    137137                --variable=prefix ORBit-2.0)/lib \
     
    160160    you wish to build and install the documentation.</para>
    161161    -->
     162
     163    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     164    href="../../xincludes/gnome-prefix.xml"/>
     165
     166    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     167    href="../../xincludes/gnome-sysconfdir.xml"/>
     168
     169    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     170    href="../../xincludes/scrollkeeper-dir.xml"/>
     171
     172    <para><parameter>--libexecdir=$(pkg-config --variable=prefix
     173    ORBit-2.0)/lib</parameter>: This parameter causes the libexec
     174    files to be installed in the preferred location of
     175    <filename class="directory">$GNOME_PREFIX/lib/evolution</filename> instead
     176    of <filename
     177    class="directory">$GNOME_PREFIX/libexec/evolution</filename>.</para>
    162178
    163179    <para><parameter>--enable-nntp</parameter>: This parameter is used to build
     
    211227        <seg>$GNOME_PREFIX/lib/evolution/2.6/* (contains support libraries,
    212228        conduits, and other components)</seg>
    213         <seg>The following subdirectories of $GNOME_PREFIX/:
     229        <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
    214230        include/evolution-2.6,
    215231        lib/evolution,
Note: See TracChangeset for help on using the changeset viewer.