Changeset 89c72ef4 for kde/add


Ignore:
Timestamp:
03/16/2006 04:24:25 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:
e680fce6
Parents:
5a2505c
Message:

Created two XInclude files to replace instances of identical text in several KDE packages

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

Location:
kde/add
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • kde/add/kdegames.xml

    r5a2505c r89c72ef4  
    8383make</userinput></screen>
    8484
    85     <note>
     85    <!-- <note>
    8686      <para>If you wish to create the API documentation
    8787      and you have <application>Doxygen</application> and
     
    8989      apidox</command> must be done before <command>make
    9090      install</command>.</para>
    91     </note>
     91    </note> -->
     92
     93    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     94    href="../../xincludes/kde-apidocs.xml"/>
    9295
    9396    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • kde/add/kdegraphics.xml

    r5a2505c r89c72ef4  
    114114make</userinput></screen>
    115115
    116     <note>
     116    <!-- <note>
    117117      <para>If you wish to create the API documentation and you have
    118118      <application>Doxygen</application> and <application>GraphViz</application>
    119119      installed, <command>make apidox</command> must be done before
    120120      <command>make install</command>.</para>
    121     </note>
     121    </note> -->
     122
     123    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     124    href="../../xincludes/kde-apidocs.xml"/>
    122125
    123126    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • kde/add/kdemultimedia.xml

    r5a2505c r89c72ef4  
    230230    <para>Install <application>kdemultimedia</application> with:</para>
    231231
    232     <note>
    233       <para> The --sysconfdir parameter must be the same as command used in
     232    <!-- <note>
     233      <para> The -\-sysconfdir parameter must be the same as command used in
    234234      kdelibs.</para>
    235     </note>
     235    </note> -->
     236
     237    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     238    href="../../xincludes/kde-sysconfdir.xml"/>
    236239
    237240<screen><userinput>patch -Np1 -i ../kdemultimedia-&kde-version;-libtunepimp_0.4.x-1.patch &amp;&amp;
  • kde/add/kdepim.xml

    r5a2505c r89c72ef4  
    102102make</userinput></screen>
    103103
    104     <note>
     104    <!-- <note>
    105105      <para>If you wish to create the API documentation and
    106106      you have <application>Doxygen</application> and
     
    108108      <command>make apidox</command> must be done before
    109109      <command>make install</command>.</para>
    110     </note>
     110    </note> -->
     111
     112    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     113    href="../../xincludes/kde-apidocs.xml"/>
    111114
    112115    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.