mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
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
This commit is contained in:
parent
d0dfce439e
commit
554b3660c9
@ -35,6 +35,10 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</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
|
<listitem><para>November 14th, 2003 [greg]: Removed unnecessary Ncurses
|
||||||
Vsscanf Patch. Closes Bug 704.</para></listitem>
|
Vsscanf Patch. Closes Bug 704.</para></listitem>
|
||||||
|
|
||||||
|
@ -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>
|
example, you plan to install a TeX package later on.</para></listitem>
|
||||||
</itemizedlist>
|
</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>
|
</sect2>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
"/usr/share/docbook/docbookx.dtd" [
|
"/usr/share/docbook/docbookx.dtd" [
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY version "CVS-20031115">
|
<!ENTITY version "CVS-20031116">
|
||||||
<!ENTITY releasedate "November 15th, 2003">
|
<!ENTITY releasedate "November 16th, 2003">
|
||||||
<!ENTITY milestone "5.1">
|
<!ENTITY milestone "5.1">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user