Author: bdubbs
Date: 2007-05-15 12:16:41 -0600 (Tue, 15 May 2007)
New Revision: 6769
Modified:
trunk/BOOK/general.ent
trunk/BOOK/postlfs/editors/vim.xml
Log:
Update text to proper vim version
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2007-05-14 01:00:24 UTC (rev 6768)
+++ trunk/BOOK/general.ent 2007-05-15 18:16:41 UTC (rev 6769)
@@ -4,7 +4,7 @@
-->
<!ENTITY day "05"> <!-- Always 2 digits -->
-<!ENTITY month "13"> <!-- Always 2 digits -->
+<!ENTITY month "15"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
<!ENTITY releasedate "April &day;th, &year;">
Modified: trunk/BOOK/postlfs/editors/vim.xml
===================================================================
--- trunk/BOOK/postlfs/editors/vim.xml 2007-05-14 01:00:24 UTC (rev 6768)
+++ trunk/BOOK/postlfs/editors/vim.xml 2007-05-15 18:16:41 UTC (rev 6769)
@@ -141,11 +141,15 @@
<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-7.0</filename>, making it consistent
+ class="directory">/usr/share/doc/vim-&vim-version;</filename>, making it
consistent
with the location of documentation for other packages:</para>
-<screen role="root"><userinput>ln -snfv ../vim/vim70/doc
/usr/share/doc/vim-7.0</userinput></screen>
+<!-- When updating, be sure to change the line below for the proper 'vimxx'
unpacked
+ directory -->
+
+<screen role="root"><userinput>ln -snfv ../vim/vim71/doc
/usr/share/doc/vim-&vim-version;</userinput></screen>
+
</sect2>
<sect2 role="commands">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page