Merged trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2014-08-07 20:15:54 +00:00
parent bff5fef6df
commit cc440d3bdb
4 changed files with 49 additions and 26 deletions

View File

@ -169,7 +169,7 @@
<segtitle>&before;</segtitle> <segtitle>&before;</segtitle>
<seglistitem> <seglistitem>
<seg>None</seg> <seg>Tar, Vim</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -2161,7 +2161,7 @@
<segtitle>&dependencies;</segtitle> <segtitle>&dependencies;</segtitle>
<seglistitem> <seglistitem>
<seg>Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc, <seg>Acl, Attr, Bash, Binutils, Bison, Coreutils, GCC, Gettext, Glibc,
Grep, Inetutils, Make, Sed, and Texinfo</seg> Grep, Inetutils, Make, Sed, and Texinfo</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -2305,8 +2305,8 @@
<segtitle>&dependencies;</segtitle> <segtitle>&dependencies;</segtitle>
<seglistitem> <seglistitem>
<seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, GCC, Glibc,
Ncurses, and Sed</seg> Grep, Make, Ncurses, and Sed</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>

View File

@ -35,6 +35,25 @@
</itemizedlist> </itemizedlist>
</listitem> </listitem>
--> -->
<listitem>
<para>2014-08-07</para>
<itemizedlist>
<listitem>
<para>[krejzi] - Merged LFS SVN-20140805.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2014-08-05</para>
<itemizedlist>
<listitem>
<para>[Chris] - Reversed change to Vim's docs location, so that
Vim can find its help files.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2014-08-03</para> <para>2014-08-03</para>
<itemizedlist> <itemizedlist>
@ -44,6 +63,19 @@
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem>
<para>2014-08-03</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update text about upgrades. Fixes
<ulink url="&lfs-ticket-root;3645">#3645</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Add a fix to gcc identified upstream.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2014-08-02</para> <para>2014-08-02</para>
<itemizedlist> <itemizedlist>

View File

@ -55,8 +55,8 @@
<varlistentry> <varlistentry>
<term><parameter>--disable-kill</parameter></term> <term><parameter>--disable-kill</parameter></term>
<listitem> <listitem>
<para>This switch disables building the kill command that <para>This switch disables building the <command>kill</command>
was installed in the util-linux package.</para> command that will be installed by the Util-linux package.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>

View File

@ -83,24 +83,7 @@
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
<variablelist>
<title>The meaning of the make option:</title>
<varlistentry>
<term><parameter>HELPSUBLOC=/usr/share/doc/vim-&vim-version;</parameter></term>
<listitem>
<para>Tells Vim to install its documentation into
<filename class="directory">/usr/share/doc/vim-&vim-version;</filename>
instead of
<filename class="directory">/usr/share/&vim-docdir;/doc</filename>,
for better consistency with the documentation location for other
packages.</para>
</listitem>
</varlistentry>
</variablelist>
<para>Many users are used to using <command>vi</command> instead of <para>Many users are used to using <command>vi</command> instead of
<command>vim</command>. To allow execution of <command>vim</command> <command>vim</command>. To allow execution of <command>vim</command>
@ -113,6 +96,14 @@ for L in /usr/share/man/{,*/}man1/vim.1; do
ln -sv vim.1 $(dirname $L)/vi.1 ln -sv vim.1 $(dirname $L)/vi.1
done</userinput></screen> done</userinput></screen>
<para>By default, Vim's documentation is installed in <filename
class="directory">/usr/share/vim</filename>. The following symlink
allows the documentation to be accessed via <filename
class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
it consistent with the location of documentation for other packages:</para>
<screen><userinput remap="install">ln -sv ../&vim-docdir;/doc /usr/share/doc/vim-&vim-version;</userinput></screen>
<para>If an X Window System is going to be installed on the LFS <para>If an X Window System is going to be installed on the LFS
system, it may be necessary to recompile Vim after installing X. Vim system, it may be necessary to recompile Vim after installing X. Vim
comes with a GUI version of the editor that requires X and some comes with a GUI version of the editor that requires X and some
@ -195,13 +186,13 @@ set spell</literal></screen>
<segmentedlist> <segmentedlist>
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<segtitle>Installed directories</segtitle> <segtitle>Installed directory</segtitle>
<seglistitem> <seglistitem>
<seg> ex (link to vim), rview (link to vim), rvim (link to vim), vi <seg> ex (link to vim), rview (link to vim), rvim (link to vim), vi
(link to vim), view (link to vim), vim, vimdiff (link to vim), vimtutor, (link to vim), view (link to vim), vim, vimdiff (link to vim), vimtutor,
and xxd</seg> and xxd</seg>
<seg>/usr/share/doc/vim-&vim-version;, /usr/share/vim</seg> <seg>/usr/share/vim</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>