Browse Source

Chapter 6 - Texinfo: Added note about how to recreate the /usr/share/info/dir file if needed. Closes Bug 485.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 năm trước cách đây
mục cha
commit
554b3660c9
3 tập tin đã thay đổi với 20 bổ sung2 xóa
  1. 4 0
      chapter01/changelog.xml
  2. 14 0
      chapter06/texinfo.xml
  3. 2 2
      index.xml

+ 4 - 0
chapter01/changelog.xml

@@ -35,6 +35,10 @@
 </itemizedlist>
 </listitem>
 
+<listitem><para>November 16th, 2003 [greg]: Chapter 6 - Texinfo: Added note
+about how to recreate the /usr/share/info/dir file if needed. Closes Bug
+485.</para></listitem>
+
 <listitem><para>November 14th, 2003 [greg]: Removed unnecessary Ncurses
 Vsscanf Patch. Closes Bug 704.</para></listitem>
 

+ 14 - 0
chapter06/texinfo.xml

@@ -43,6 +43,20 @@ makefile variable holds the location of the root of your TeX tree if, for
 example, you plan to install a TeX package later on.</para></listitem>
 </itemizedlist>
 
+<para>The Info documentation system uses a plain text file to hold its list of
+menu entries. The file is located at <filename>/usr/share/info/dir</filename>.
+Unfortunately, due to occasional problems in the Makefiles of various packages,
+it can sometimes get out of step with the Info manuals actually installed on the
+system. If ever you need to recreate the
+<filename>/usr/share/info/dir</filename> file, the following optional commands
+will accomplish the task:</para>
+
+<screen><userinput>cd /usr/share/info
+rm dir
+for f in *
+do install-info $f dir 2>/dev/null
+done</userinput></screen>
+
 </sect2>
 
 </sect1>

+ 2 - 2
index.xml

@@ -3,8 +3,8 @@
 				"/usr/share/docbook/docbookx.dtd" [
 
 
-<!ENTITY version "CVS-20031115">
-<!ENTITY releasedate "November 15th, 2003">
+<!ENTITY version "CVS-20031116">
+<!ENTITY releasedate "November 16th, 2003">
 <!ENTITY milestone "5.1">
 <!ENTITY nbsp " ">