Ignore:
Timestamp:
12/08/2007 11:45:02 PM (16 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
7c6131f
Parents:
6a902c0
Message:

Updated to Man-DB-2.5.0. Fixes #2109.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8436 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/man-db.xml

    r6a902c0 rc569ab7  
    4242    <title>Installation of Man-DB</title>
    4343
    44     <para>Four adjustments need to be made to the sources of Man-DB.</para>
    45 
    46     <para>The first one changes the location of translated manual pages that come
    47     with Man-DB, in order for them to be accessible in both traditional and
    48     UTF-8 locales:</para>
    49 
    50 <screen><userinput remap="pre">mv man/de{_DE.88591,}
    51 mv man/es{_ES.88591,}
    52 mv man/it{_IT.88591,}
    53 mv man/ja{_JP.eucJP,}
    54 sed -i 's,\*_\*,??,' man/Makefile.in</userinput></screen>
    55 
    56     <para>The second change is a <command>sed</command> substitution to delete
     44    <para>Two adjustments need to be made to the sources of Man-DB.</para>
     45
     46    <para>The first change is a <command>sed</command> substitution to delete
    5747    the <quote>/usr/man</quote> and <quote>/usr/local/man</quote> lines in
    5848    the <filename>man_db.conf</filename> file to prevent redundant results
     
    6151<screen><userinput remap="pre">sed -i -e '\%\t/usr/man%d' -e '\%\t/usr/local/man%d' src/man_db.conf.in</userinput></screen>
    6252
    63     <para>The third change accounts for programs that Man-DB should be able
     53    <para>The second change accounts for programs that Man-DB should be able
    6454    to find at runtime, but that haven't been installed yet:</para>
    6555
     
    7969    manual pages. They are not part of LFS or BLFS, but you should be able
    8070    to install them yourself after finishing LFS if you wish to do so.</para>
    81 
    82     <para>Finally, patch the sources to fix output errors if the man page is
    83     prematurely aborted by pressing the 'q' key:</para>
    84 
    85 <screen><userinput remap="pre">patch -Np1 -i ../&man-db-fixes-patch;</userinput></screen>
    8671
    8772    <para>Prepare Man-DB for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.