Changeset 13f51bbc for general


Ignore:
Timestamp:
09/26/2003 01:54:02 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
df5b04d
Parents:
2bdf04b
Message:

ruby, tcl, tk tagging

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

Location:
general/prog
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc2/gcc2-inst.xml

    r2bdf04b r13f51bbc  
    3131
    3232<para>Move the <application>C++</application> libraries to the standard lib
    33 directory to avoid having to add <filename>/opt/gcc-&gcc2-version;/lib
    34 </filename> to <filename>/etc/ld.so.conf</filename>.</para>
     33directory to avoid having to add <userinput>/opt/gcc-&gcc2-version;/lib
     34</userinput> to <filename>/etc/ld.so.conf</filename>.</para>
    3535
    3636<screen><userinput><command>for i in /opt/gcc-&gcc2-version;/lib/*.so*; do mv -f $i /usr/lib;
  • general/prog/ruby.xml

    r2bdf04b r13f51bbc  
    1 <sect1 id="ruby" xreflabel="ruby-&ruby-version;">
     1<sect1 id="ruby" xreflabel="Ruby-&ruby-version;">
    22<?dbhtml filename="ruby.html" dir="general"?>
    3 <title>ruby-&ruby-version;</title>
     3<title>Ruby-&ruby-version;</title>
    44
    55&ruby-intro;
  • general/prog/ruby/ruby-desc.xml

    r2bdf04b r13f51bbc  
    22<title>Contents</title>
    33
    4 <para>The <application>ruby</application> package contains
     4<para>The <application>Ruby</application> package contains
    55<command>ruby</command> and
    66<command>irb</command>.</para>
     
    1111
    1212<sect3><title>ruby</title>
    13 <para><command>ruby</command> is an interpreted scripting language for quick and easy
    14 object-oriented programming.</para></sect3>
     13<para><command>ruby</command> is an interpreted scripting language for quick
     14and easy object-oriented programming.</para></sect3>
    1515
    1616<sect3><title>irb</title>
    17 <para><command>irb</command> is the interactive interface for ruby.</para></sect3>
     17<para><command>irb</command> is the interactive interface for ruby.</para>
     18</sect3>
    1819
    1920</sect2>
  • general/prog/ruby/ruby-inst.xml

    r2bdf04b r13f51bbc  
    11<sect2>
    2 <title>Installation of <application>ruby</application></title>
     2<title>Installation of <application>Ruby</application></title>
    33
    4 <para>Install <application>ruby</application> by running the following commands:</para>
     4<para>Install <application>Ruby</application> by running the following commands:</para>
    55
    66<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
  • general/prog/ruby/ruby-intro.xml

    r2bdf04b r13f51bbc  
    11<sect2>
    2 <title>Introduction to ruby</title>
     2<title>Introduction to <application>Ruby</application></title>
    33
    4 <para>The ruby package contains the ruby development environment. This
     4<para>The <application>Ruby</application> package contains the
     5<application>Ruby</application> development environment. This
    56is useful for object-oriented scripting.</para>
    67
  • general/prog/tcl.xml

    r2bdf04b r13f51bbc  
    1 <sect1 id="tcl" xreflabel="tcl-&tcltk-version;">
     1<sect1 id="tcl" xreflabel="Tcl-&tcltk-version;">
    22<?dbhtml filename="tcl.html" dir="general"?>
    3 <title>tcl-&tcltk-version;</title>
     3<title>Tcl-&tcltk-version;</title>
    44
    55&tcl-intro;
  • general/prog/tk.xml

    r2bdf04b r13f51bbc  
    1 <sect1 id="tk" xreflabel="tk-&tcltk-version;">
     1<sect1 id="tk" xreflabel="Tk-&tcltk-version;">
    22<?dbhtml filename="tk.html" dir="general"?>
    3 <title>tk-&tcltk-version;</title>
     3<title>Tk-&tcltk-version;</title>
    44
    55&tk-intro;
Note: See TracChangeset for help on using the changeset viewer.