Changeset 6e79e02


Ignore:
Timestamp:
03/27/2008 09:05:41 AM (16 years ago)
Author:
Robert Daniels <rdaniels@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
cf6a230
Parents:
9415459
Message:

Put xine-lib and xine-ui docs in versioned directories

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r9415459 r6e79e02  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>March 27th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[rdaniels] - Added parameters to xine-lib and xine-ui
     49          instructions to place documentation in versioned directories.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4353
    4454    <listitem>
  • multimedia/libdriv/xine-lib.xml

    r9415459 r6e79e02  
    116116    following commands:</para>
    117117
    118 <screen><userinput>./configure --prefix=/usr --enable-static &amp;&amp;
     118<screen><userinput>./configure --prefix=/usr --enable-static \
     119            --docdir=/usr/share/doc/xine-lib-&xine-lib-version; &amp;&amp;
    119120make</userinput></screen>
    120121
     
    137138    building the static library as some programs link against it.</para>
    138139
     140    <para><option>--docdir=/usr/share/xine-lib-&xine-lib-version;</option>:
     141    This switch causes the documentation to be installed into a versioned
     142    instead of the default
     143    <filename class="directory">/usr/share/doc/xine-lib</filename>.</para>
     144
    139145  </sect2>
    140146
     
    154160        /usr/share/xine/libxine1/fonts</seg>
    155161        <seg>/usr/include/xine, /usr/lib/xine, /usr/share/xine, and
    156         /usr/share/doc/xine</seg>
     162        /usr/share/doc/xine-lib-&xine-lib-version;</seg>
    157163      </seglistitem>
    158164    </segmentedlist>
  • multimedia/videoutils/xine-ui.xml

    r9415459 r6e79e02  
    8787    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8888
    89 <screen role="root"><userinput>make install</userinput></screen>
     89<screen role="root"><userinput>make docsdir=/usr/share/doc/xine-ui-&xine-ui-version; install</userinput></screen>
     90
     91  </sect2>
     92
     93  <sect2 role="commands">
     94    <title>Command Explanations</title>
     95   
     96    <para><parameter>docsdir=/usr/share/doc/xine-ui-&xine-ui-version;</parameter>:
     97    This parameter causes the <application>Xine UI</application> documentation
     98    to be installed in the versioned directory
     99    <filename class="directory">/usr/share/doc/xine-ui-&xine-ui-version;</filename>,
     100    rather that the default
     101    <filename class="directory">/usr/share/doc/xine-ui</filename>.</para>
    90102
    91103  </sect2>
     
    111123      <command>xine</command> setup dialog box. The documentation for the
    112124      configuration settings is located at
    113       <filename>/usr/share/doc/xine-ui/README.config_en</filename>.</para>
     125      <filename>/usr/share/doc/xine-ui-&xine-ui-version;/README.config_en</filename>.</para>
    114126
    115127    </sect3>
     
    128140        xine-remote</seg>
    129141        <seg>/usr/share/xine/{desktop,skins,visuals} and
    130         /usr/share/doc/{xine-ui,xitk}</seg>
     142        /usr/share/doc/xine-ui-&xine-ui-version;</seg>
    131143      </seglistitem>
    132144    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.