aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-29 00:05:28 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2008-10-29 00:05:28 +0000
commite54882e0b793ecdaf66cbcd4b919ce6996d2fd89 (patch)
tree9364e81d70c4e89c3ad6b8bc52932e5e43b865db
parent51c0881902b03dca6fa77a6fd2afb67b1e3c37af (diff)
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
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/vim.xml4
-rw-r--r--general.ent6
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 8247a9990..47c2fec0f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<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>
<listitem>
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index 5a4e3a9d0..ed5448187 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -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
diff --git a/general.ent b/general.ent
index 6615c97c4..69b5691b3 100644
--- a/general.ent
+++ b/general.ent
@@ -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 &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->