Changeset 38fb1e3


Ignore:
Timestamp:
10/01/2014 07:56:19 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2dedf93
Parents:
e8a3404
Message:

Update doc directory for xfsprogs, xapian, and wicd.

For some reason havind an entity in an id="" field doesn't
validate fo rme. Change to a constant. It's only used internally
so it doesn't need to change with version.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/xapian.xml

    re8a3404 r38fb1e3  
    7171
    7272<screen><userinput>./configure --prefix=/usr \
    73           --disable-static &amp;&amp;
     73            --disable-static \
     74            --docdir=/usr/share/doc/xapian-core-&xapian-version; &amp;&amp;
    7475make</userinput></screen>
    7576
     
    103104        </seg>
    104105        <seg>
    105           /usr/include/xapian, /usr/lib/cmake/xapian and /usr/share/doc/xapian-core
     106          /usr/include/xapian,
     107          /usr/lib/cmake/xapian, and
     108          /usr/share/doc/xapian-core-&xapian-version;
    106109        </seg>
    107110      </seglistitem>
  • gnome/platform/vte.xml

    re8a3404 r38fb1e3  
    170170      <?dbhtml list-presentation="table"?>
    171171
    172       <varlistentry id="vte2-&vte-nano;">
     172      <varlistentry id="vte291">
    173173        <term><command>vte2_&vte-nano;</command></term>
    174174        <listitem>
     
    177177            libraries.
    178178          </para>
    179           <indexterm zone="vte vte2-&vte-nano;">
     179          <indexterm zone="vte vte291">
    180180            <primary sortas="b-vte2-&vte-nano;">vte2_&vte-nano;</primary>
    181181          </indexterm>
     
    183183      </varlistentry>
    184184
    185       <varlistentry id="libvte2-&vte-nano;">
     185      <varlistentry id="libvte291">
    186186        <term><filename class="libraryfile">libvte2_&vte-nano;.so</filename></term>
    187187        <listitem>
     
    190190            widget for <application>GTK+ 3</application>.
    191191          </para>
    192           <indexterm zone="vte libvte2-&vte-nano;">
     192          <indexterm zone="vte libvte291">
    193193            <primary sortas="c-libvte2-&vte-nano;">libvte2_&vte-nano;.so</primary>
    194194          </indexterm>
  • networking/netutils/wicd.xml

    re8a3404 r38fb1e3  
    6262      </listitem>
    6363    </itemizedlist>
    64 <!--
    65     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    66     <itemizedlist spacing='compact'>
    67       <listitem>
    68         <para></para>
    69       </listitem>
    70     </itemizedlist>
    71 -->
     64
    7265    <bridgehead renderas="sect3">Wicd Dependencies</bridgehead>
    7366
     
    117110<screen><userinput>sed -i '/wpath.logrotate\|wpath.systemd/d' setup.py &amp;&amp;
    118111rm po/*.po                                          &amp;&amp;
     112
    119113python setup.py configure --no-install-kde     \
    120114                          --no-install-acpi    \
    121115                          --no-install-pmutils \
    122                           --no-install-init</userinput></screen>
     116                          --no-install-init    \
     117                          --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen>
    123118
    124119    <para>This package does not come with a test suite.</para>
     
    132127  <sect2 role="commands">
    133128    <title>Command Explanations</title>
     129
     130    <para><command>sed -i '/wpath...</command>: This <command>sed</command>
     131    prevents installation of <command>logrotate</command> and systemd
     132    configuration files. You may omit it if you use these utilities.</para>
    134133
    135134    <para><command>rm po/*.po</command>: This command removes the international
     
    137136    Babel is installed.  If it is installed, po/ast.po still needs to be removed
    138137    in order for the build to complete.</para>
    139 
    140     <para><command>sed -i '/wpath...</command>: This <command>sed</command>
    141     prevents installation of <command>logrotate</command> and systemd
    142     configuration files. You may omit it if you use these utilities.</para>
    143138
    144139    <para><option>--no-install-kde</option>: Prevent installation of an
  • postlfs/filesystems/xfsprogs.xml

    re8a3404 r38fb1e3  
    9393    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9494
    95 <screen role="root"><userinput>make install     &amp;&amp;
    96 make install-dev &amp;&amp;
    97 rm -rfv /lib/libhandle.{a,la,so} &amp;&amp;
    98 ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so &amp;&amp;
     95<screen role="root"><userinput>make PKG_DOC_DIR=/usr/share/doc/xfsprogs-&xfsprogs-version; install     &amp;&amp;
     96make PKG_DOC_DIR=/usr/share/doc/xfsprogs-&xfsprogs-version; install-dev &amp;&amp;
     97rm -rfv /lib/libhandle.{a,la,so}                          &amp;&amp;
     98ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so    &amp;&amp;
    9999sed -i "s@libdir='/lib@libdir='/usr/lib@g" /usr/lib/libhandle.la</userinput></screen>
    100100
     
    137137        xfs_quota, xfs_repair, and xfs_rtcp</seg>
    138138        <seg>libhandle.{so,a}</seg>
    139         <seg>/usr/include/xfs and /usr/share/doc/xfsprogs</seg>
     139        <seg>/usr/include/xfs and /usr/share/doc/xfsprogs-&xfsprogs-version;</seg>
    140140      </seglistitem>
    141141    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.