Browse Source

Fix the broken Vim documentation symlink

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 years ago
parent
commit
faaf88e953
3 changed files with 6 additions and 2 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/vim.xml
  3. 1 1
      general.ent

+ 4 - 0
chapter01/changelog.xml

@@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>December 21, 2005 [matt]: Correctly symlink Vim's documentation
+to /usr/share/doc.  Thanks to Jeremy for the report and the fix.</para>
+</listitem>
+
 <listitem><para>December 17, 2005 [matt]: Pass a valid path to
 <listitem><para>December 17, 2005 [matt]: Pass a valid path to
 module-init-tools' --prefix configure switch and remove the now unnecessary
 module-init-tools' --prefix configure switch and remove the now unnecessary
 --mandir switch</para></listitem>
 --mandir switch</para></listitem>

+ 1 - 1
chapter06/vim.xml

@@ -88,7 +88,7 @@ allows the documentation to be accessed via
 <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
 <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making
 it consistent with the location of documentation for other packages:</para>
 it consistent with the location of documentation for other packages:</para>
 
 
-<screen><userinput>ln -sv /usr/share/vim/vim64/doc ../../../doc/vim-&vim-version;</userinput></screen>
+<screen><userinput>ln -sv ../vim/vim64/doc /usr/share/doc/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

+ 1 - 1
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!ENTITY version "SVN-20051218">
 <!ENTITY version "SVN-20051218">
-<!ENTITY releasedate "December 18, 2005">
+<!ENTITY releasedate "December 21, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->