Ignore:
Timestamp:
Jul 24, 2014, 7:58:06 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
b20fe6b
Parents:
782b3871
git-author:
Chris Staub <chris@…> (07/24/14 19:57:53)
git-committer:
Chris Staub <chris@…> (07/24/14 19:58:06)
Message:

Removed unneeded commands about /usr/share/info/dir from texinfo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/texinfo.xml

    r782b3871 r6ef00b4  
    4141
    4242<screen os="g"><userinput>make install</userinput></screen>
    43 
    44     <para os="h">The Info documentation system uses a plain text file to hold
    45     its list of menu entries. The file is located at
    46     <filename>/usr/share/info/dir</filename>. Unfortunately, due to occasional
    47     problems in the Makefiles of various packages, it can sometimes get out of
    48     sync with the info pages installed on the system. If the
    49     <filename>/usr/share/info/dir</filename> file ever needs to be recreated,
    50     the following optional commands will accomplish the task:</para>
    51 
    52 <screen os="i" role="nodump"><userinput>pushd /usr/share/info
    53 rm dir
    54 for f in *
    55 do install-info $f dir 2&gt;/dev/null
    56 done
    57 popd</userinput></screen>
    5843
    5944  </sect2>
Note: See TracChangeset for help on using the changeset viewer.