Changeset e8d51d03


Ignore:
Timestamp:
06/16/2005 02:24:15 PM (19 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
44f1265
Parents:
435fbd6d
Message:

added doc install to W3m, separated user/root in W3m and Compface

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/w3m.xml

    r435fbd6d re8d51d03  
    8181
    8282<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc &amp;&amp;
    83 make &amp;&amp;
    84 make install &amp;&amp;
     83make</userinput></screen>
     84
     85    <para>This package does not come with a testsuite.</para>
     86
     87    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     88
     89<screen role="root"><userinput>make install &amp;&amp;
    8590install -v -D -m 644 doc/keymap.default /etc/w3m/keymap &amp;&amp;
    86 install -v -D -m 644 doc/menu.default /etc/w3m/menu</userinput></screen>
     91install -v -D -m 644 doc/menu.default /etc/w3m/menu &amp;&amp;
     92install -v -d -m 755 /usr/share/doc/w3m-&w3m-version; &amp;&amp;
     93install -v -m 644 doc/{HISTORY,READM*,keymap.*,menu.*} \
     94    /usr/share/doc/w3m-&w3m-version; &amp;&amp;
     95install -v -d -m 755 /usr/share/doc/w3m-&w3m-version;/html &amp;&amp;
     96install -v -m 644 doc/*.html \
     97    /usr/share/doc/w3m-&w3m-version;/html</userinput></screen>
    8798
    8899  </sect2>
     
    120131        <seg>w3m and w3mman</seg>
    121132        <seg>None</seg>
    122         <seg>Not determined at this time</seg>
     133        <seg> /usr/lib/w3m, /usr/share/w3m and
     134        usr/share/doc/w3m-&w3m-version;</seg>
    123135      </seglistitem>
    124136    </segmentedlist>
  • general.ent

    r435fbd6d re8d51d03  
    1 <!ENTITY day          "15">
     1<!ENTITY day          "16">
    22<!ENTITY month        "06">
    33<!ENTITY year         "2005">
  • general/genutils/compface.xml

    r435fbd6d re8d51d03  
    7474<screen><userinput>patch -Np1 -i ../compface-&compface-version;-errno-2.patch &amp;&amp;
    7575./configure --prefix=/usr &amp;&amp;
    76 make &amp;&amp;
    77 make install</userinput></screen>
     76make</userinput></screen>
     77
     78    <para>This package does not come with a testsuite.</para>
     79
     80    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     81
     82<screen role="root"><userinput>make install</userinput></screen>
    7883
    7984  </sect2>
     
    9095        <seg>compface and uncompface</seg>
    9196        <seg>libcompface.[so,a]</seg>
    92         <seg>Not determined at this time</seg>
     97        <seg>None</seg>
    9398      </seglistitem>
    9499    </segmentedlist>
  • introduction/welcome/changelog.xml

    r435fbd6d re8d51d03  
    2424
    2525  <itemizedlist>
     26
     27    <listitem>
     28      <para>June 16th, 2005 [djensen]: Added document installation to
     29      W3m, separated user/root commands in W3m and Compface.</para>
     30    </listitem>
    2631
    2732    <listitem>
Note: See TracChangeset for help on using the changeset viewer.