Changeset 0dd9a79 for multimedia/libdriv


Ignore:
Timestamp:
08/28/2005 08:36:08 PM (19 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:
4d32631
Parents:
2802538
Message:

Added documentation installation to the libdv instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libdv.xml

    r2802538 r0dd9a79  
    7575make</userinput></screen>
    7676
     77    <para>This package does not come with a test suite.</para>
     78
    7779    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7880
    79 <screen role="root"><userinput>make install</userinput></screen>
     81<screen role="root"><userinput>make install &amp;&amp;
     82install -v -m755 -d /usr/share/doc/libdv-&libdv-version; &amp;&amp;
     83install -v -m644 README* /usr/share/doc/libdv-&libdv-version;</userinput></screen>
    8084
    8185    <note>
     
    9498      <segtitle>Installed Programs</segtitle>
    9599      <segtitle>Installed Library</segtitle>
    96       <segtitle>Installed Directory</segtitle>
     100      <segtitle>Installed Directories</segtitle>
    97101
    98102      <seglistitem>
    99103        <seg>dubdv, dvconnect, encodedv, and playdv</seg>
    100104        <seg>libdv.[so,a]</seg>
    101         <seg>/usr/include/libdv</seg>
     105        <seg>/usr/include/libdv and /usr/share/doc/libdv-&libdv-version;</seg>
    102106      </seglistitem>
    103107    </segmentedlist>
     
    165169
    166170</sect1>
    167 
Note: See TracChangeset for help on using the changeset viewer.