Changeset 32d0e29 for postlfs/editors


Ignore:
Timestamp:
04/09/2008 03:40:36 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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:
8ae8a12a
Parents:
46a27c2
Message:

Fixed typos and minor rewording in various package instructions

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

Location:
postlfs/editors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/bluefish.xml

    r46a27c2 r32d0e29  
    66
    77  <!ENTITY bluefish-download-http "http://www.bennewitz.com/bluefish/stable/source/bluefish-1.0.7.tar.bz2">
    8   <!-- <!ENTITY bluefish-download-ftp  "ftp://ftp.ratisbona.com/pub/bluefish/downloads/bluefish-&bluefish-version;.tar.bz2"> -->
    9   <!ENTITY bluefish-download-ftp  " ">
     8  <!ENTITY bluefish-download-ftp  "&gentoo-ftp-repo;/bluefish-&bluefish-version;.tar.bz2">
    109  <!ENTITY bluefish-md5sum        "2c3b3c9c8f8e32b9473dfd879f216dea">
    11   <!ENTITY bluefish-size          "1.49 MB">
    12   <!ENTITY bluefish-buildsize     "18.0 MB">
     10  <!ENTITY bluefish-size          "1.4 MB">
     11  <!ENTITY bluefish-buildsize     "18 MB">
    1312  <!ENTITY bluefish-time          "0.3 SBU">
    1413]>
    1514
    16 <sect1 id="bluefish">
     15<sect1 id="bluefish" xreflabel="Bluefish-&bluefish-version;">
    1716  <?dbhtml filename="bluefish.html"?>
    1817
     
    6968    <xref linkend="libgnomeui"/>,
    7069    <xref linkend="gnome-mime-data"/>,
    71     <xref linkend="desktop-file-utils"/> and
     70    <xref linkend="desktop-file-utils"/>, and
    7271    <xref linkend="shared-mime-info"/></para>
    7372
     
    9089    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9190
    92 <screen role="root"><userinput>make install
    93 </userinput></screen>
     91<screen role="root"><userinput>make install</userinput></screen>
    9492
    9593  </sect2>
  • postlfs/editors/vim.xml

    r46a27c2 r32d0e29  
    108108    <note>
    109109      <para>If you recompile <application>Vim</application> to link against
    110       <application>X</application>, and your <application>X</application>
     110      <application>X</application> and your <application>X</application>
    111111      libraries are not on the root partition, you will no longer have an editor
    112112      for use in emergencies. You may choose to install an additional editor,
     
    161161    following command (requires <xref linkend="rsync"/>):</para>
    162162     
    163 <screen><userinput>rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/" ftp.nluug.nl::Vim/runtime/ ./runtime/</userinput></screen>
    164 
    165     <para>To install the runtime files and to regenerate the
    166     <filename>tags</filename> file, run as the
    167     <systemitem class="username">root</systemitem> user:</para>
     163<screen><userinput>rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/" \
     164    ftp.nluug.nl::Vim/runtime/ ./runtime/</userinput></screen>
     165
     166    <para>To install the runtime files and regenerate the
     167    <filename>tags</filename> file, as the
     168    <systemitem class="username">root</systemitem> user issue:</para>
    168169
    169170<screen role="root"><userinput>make -C src installruntime &amp;&amp;
     
    175176    <title>Command Explanations</title>
    176177
    177     <para><command>patch &hellip;</command>: These patches are the same as LFS
    178     and update the package with upstream patches and ensure the man pages
    179     are placed in the proper locations.</para>
     178    <para><command>patch &hellip;</command>: These patches are the same as the
     179    ones used in the LFS build used to update the package with upstream patches
     180    and ensure the man pages are placed in the proper locations.</para>
    180181
    181182    <para><parameter>--with-features=huge</parameter>: This switch enables all
Note: See TracChangeset for help on using the changeset viewer.