Author: ag
Date: 2008-04-05 10:57:41 -0600 (Sat, 05 Apr 2008)
New Revision: 7348
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/editors/vim.xml
Log:
Added a command in Vim to regenerate the tags file
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-04-05 07:19:38 UTC
(rev 7347)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-04-05 16:57:41 UTC
(rev 7348)
@@ -45,6 +45,10 @@
<para>April 5th, 2008</para>
<itemizedlist>
<listitem>
+ <para>[ag] - Added a command to regenerate the tags file in vim,
+ when updating the runtime files.</para>
+ </listitem>
+ <listitem>
<para>[ag] - Added a sed to ed instructions, to replace with symbolic
links the hard links to red and its man page.</para>
</listitem>
Modified: trunk/BOOK/postlfs/editors/vim.xml
===================================================================
--- trunk/BOOK/postlfs/editors/vim.xml 2008-04-05 07:19:38 UTC (rev 7347)
+++ trunk/BOOK/postlfs/editors/vim.xml 2008-04-05 16:57:41 UTC (rev 7348)
@@ -162,9 +162,12 @@
<screen><userinput>rsync -avzcP --delete --exclude="/dos/" --exclude="/spell/"
ftp.nluug.nl::Vim/runtime/ ./runtime/</userinput></screen>
- <para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
+ <para>To install the runtime files and to regenerate the
+ <filename>tags</filename> file, run as the
+ <systemitem class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>make -C src installruntime</userinput></screen>
+<screen role="root"><userinput>make -C src installruntime &&
+vim -c ":helptags /usr/share/doc/vim-&vim-version;" -c
":q"</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page