mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-11 06:44:13 +01:00
Updated symbolic link creation loop for vi.1 man pages
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
51c0881902
commit
e54882e0b7
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2008-10-29</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Updated symbolic link creation loop for vi.1 man pages.
|
||||||
|
Thanks to Bryan Kadzban for the construct.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2008-10-28</para>
|
<para>2008-10-28</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -117,8 +117,8 @@
|
|||||||
languages:</para>
|
languages:</para>
|
||||||
|
|
||||||
<screen><userinput remap="install">ln -sv vim /usr/bin/vi
|
<screen><userinput remap="install">ln -sv vim /usr/bin/vi
|
||||||
for L in "" fr it pl ru; do
|
for L in /usr/share/man/{,*/}man1/vim.1; do
|
||||||
ln -sv vim.1 /usr/share/man/$L/man1/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
|
<para>By default, Vim's documentation is installed in <filename
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20081028">
|
<!ENTITY version "SVN-20081029">
|
||||||
<!ENTITY releasedate "October 28, 2008">
|
<!ENTITY releasedate "October 28, 2009">
|
||||||
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndsah; -->
|
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.0">
|
<!ENTITY milestone "7.0">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user