Changeset 9b4d9e7 for BOOK


Ignore:
Timestamp:
Aug 8, 2010, 7:51:40 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
857b98c
Parents:
c5dbf71
Message:

Use pushd and popd when regenerating the info db after installing texinfo.

Location:
BOOK
Files:
2 edited

Legend:

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

    rc5dbf71 r9b4d9e7  
    5353    the following optional commands will accomplish the task:</para>
    5454
    55 <screen os="i" role="nodump"><userinput>cd /usr/share/info
     55<screen os="i" role="nodump"><userinput>pushd /usr/share/info
    5656rm dir
    5757for f in *
    5858do install-info $f dir 2&gt;/dev/null
    59 done</userinput></screen>
     59done
     60popd</userinput></screen>
    6061
    6162  </sect2>
  • BOOK/introduction/common/changelog.xml

    rc5dbf71 r9b4d9e7  
    4040      <para>August 08, 2010</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Use pushd and popd when regenerating the info db
     44          after installing texinfo.</para>
     45        </listitem>
    4246        <listitem>
    4347          <para>[jciccone] - Removed the Tar new compressors patch and added an
Note: See TracChangeset for help on using the changeset viewer.