Changeset 6ef00b4


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

Location:
BOOK
Files:
3 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>
  • BOOK/final-system/multilib/texinfo.xml

    r782b3871 r6ef00b4  
    5252    xpointer="xpointer(//*[@os='g'])"/>
    5353
    54     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    55     href="../common/texinfo.xml"
    56     xpointer="xpointer(//*[@os='h'])"/>
    57 
    58     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    59     href="../common/texinfo.xml"
    60     xpointer="xpointer(//*[@os='i'])"/>
    61 
    6254  </sect2>
    6355
  • BOOK/introduction/common/changelog.xml

    r782b3871 r6ef00b4  
    4444          pages. Thanks to Hazel Russman for the idea.</para>
    4545        </listitem>
     46        <listitem>
     47          <para>[Chris] - Removed commands to recreate /usr/share/info
     48          to reduce possible user confusion.</para>
     49        </listitem>
    4650      </itemizedlist>
    4751    </listitem>
Note: See TracChangeset for help on using the changeset viewer.