mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00: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>
|
||||
<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>
|
||||
<para>2008-10-28</para>
|
||||
<itemizedlist>
|
||||
|
@ -117,8 +117,8 @@
|
||||
languages:</para>
|
||||
|
||||
<screen><userinput remap="install">ln -sv vim /usr/bin/vi
|
||||
for L in "" fr it pl ru; do
|
||||
ln -sv vim.1 /usr/share/man/$L/man1/vi.1
|
||||
for L in /usr/share/man/{,*/}man1/vim.1; do
|
||||
ln -sv vim.1 $(dirname $L)/vi.1
|
||||
done</userinput></screen>
|
||||
|
||||
<para>By default, Vim's documentation is installed in <filename
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20081028">
|
||||
<!ENTITY releasedate "October 28, 2008">
|
||||
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not &ndsah; -->
|
||||
<!ENTITY version "SVN-20081029">
|
||||
<!ENTITY releasedate "October 28, 2009">
|
||||
<!ENTITY copyrightdate "1999-2008"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.0">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user