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/graphweb/galeon.xml

    r4f696c7e r56ce09e  
    8181
    8282    <para>Compiling must be done with the same compiler version and
    83     optimization settings that were used to compile the Gecko rendering
     83    optimization settings that were used to compile the Gecko layout
    8484    engine package.</para>
    8585
     
    8787    commands:</para>
    8888
    89 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
     89<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    9090            --sysconfdir=&gnome-etc-dir; \
    91             --localstatedir=/var/lib &amp;&amp;
     91            --localstatedir=/var/lib \
     92            --mandir=$(pkg-config \
     93                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
    9294make</userinput></screen>
    9395
     
    9799
    98100<screen role='root'><userinput>make install &amp;&amp;
    99 install -v -m755 -d \
    100     `pkg-config --variable=prefix ORBit-2.0`/share/doc/galeon-&galeon-version; &amp;&amp;
    101 install -v -m644 FAQ README* doc/*.txt \
    102     `pkg-config --variable=prefix ORBit-2.0`/share/doc/galeon-&galeon-version; &amp;&amp;
    103 ln -v -s ../../$PACKAGE_NAME/FAQ.html \
    104     `pkg-config --variable=prefix ORBit-2.0`/share/doc/galeon-&galeon-version;</userinput></screen>
     101install -v -m755 -d $(pkg-config \
     102        --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version; &amp;&amp;
     103install -v -m644 FAQ README* doc/*.txt $(pkg-config \
     104        --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version; &amp;&amp;
     105ln -v -s ../../$PACKAGE_NAME/FAQ.html $(pkg-config \
     106        --variable=prefix ORBit-2.0)/share/doc/galeon-&galeon-version;</userinput></screen>
     107
     108  </sect2>
     109
     110  <sect2 role="commands">
     111    <title>Command Explanations</title>
     112   
     113    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     114    href="../../xincludes/gnome-prefix.xml"/>
     115
     116    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     117    href="../../xincludes/gnome-sysconfdir.xml"/>
     118
     119    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     120    href="../../xincludes/scrollkeeper-dir.xml"/>
     121
     122    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     123    href="../../xincludes/gnome-mandir.xml"/>
    105124
    106125  </sect2>
     
    117136        <seg>galeon and galeon-config-tool</seg>
    118137        <seg>None</seg>
    119         <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/galeon
    120         and the following subdirectories of $GNOME_PREFIX/share/:
     138        <seg>The following subdirectories of
     139        <envar>$GNOME_PREFIX</envar>/share/:
    121140        galeon, {gnome/help, omf, sounds}/galeon</seg>
    122141      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.