Changeset d11b860 in clfs-sysroot
- Timestamp:
- Nov 25, 2006, 8:39:07 PM (18 years ago)
- Branches:
- master
- Children:
- 902b43c
- Parents:
- e4f6ff4
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/man.xml
re4f6ff4 rd11b860 50 50 src/man.conf.in.orig > src/man.conf.in</userinput></screen> 51 51 52 <para os="f">Finally, correct a syntax error in the 53 <command>makewhatis</command> script:</para> 54 55 <screen os="g"><userinput>cp src/makewhatis.sh{,.orig} 56 sed 's@)) |@) |@' src/makewhatis.sh.orig > src/makewhatis.sh</userinput></screen> 57 58 <para os="h">Prepare Man for compilation:</para> 59 60 <screen os="i"><userinput>./configure -confdir=/etc</userinput></screen> 61 62 <variablelist os="j"> 52 <para os="f">Prepare Man for compilation:</para> 53 54 <screen os="g"><userinput>./configure -confdir=/etc</userinput></screen> 55 56 <variablelist os="h"> 63 57 <title>The meaning of the configure options:</title> 64 58 … … 73 67 </variablelist> 74 68 75 <para os=" k">Configure was modified to look in <filename69 <para os="i">Configure was modified to look in <filename 76 70 class="directory">${CLFS}</filename> for the paths of helper 77 71 programs. Right now all of the programs have <filename … … 79 73 with the following command:</para> 80 74 81 <screen os=" l"><userinput>cp conf_script{,.orig}75 <screen os="j"><userinput>cp conf_script{,.orig} 82 76 sed "s@${CLFS}@@" conf_script.orig > conf_script</userinput></screen> 83 77 84 <para os=" m">Build makemsg using the hosts gcc. It is executed during the build:</para>85 86 <screen os=" n"><userinput>gcc src/makemsg.c -o src/makemsg</userinput></screen>87 88 <para os=" o">Compile the package:</para>89 90 <screen os=" p"><userinput>make</userinput></screen>91 92 <para os=" q">Install the package:</para>93 94 <screen os=" r"><userinput>make DESTDIR=${CLFS} install</userinput></screen>95 96 <note os=" s">78 <para os="k">Build makemsg using the hosts gcc. It is executed during the build:</para> 79 80 <screen os="l"><userinput>gcc src/makemsg.c -o src/makemsg</userinput></screen> 81 82 <para os="m">Compile the package:</para> 83 84 <screen os="n"><userinput>make</userinput></screen> 85 86 <para os="o">Install the package:</para> 87 88 <screen os="p"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 89 90 <note os="q"> 97 91 <para>If you will be working on a terminal that does not support 98 92 text attributes such as color and bold, you can disable Select … … 105 99 </note> 106 100 107 <para os=" t">If the character set of the locale uses 8-bit characters, search101 <para os="r">If the character set of the locale uses 8-bit characters, search 108 102 for the line beginning with <quote>NROFF</quote> in 109 103 <filename>/etc/man.conf</filename>, and verify that it matches the 110 104 following:</para> 111 105 112 <screen os=" u">NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen>113 114 <para os=" v">Note that <quote>latin1</quote> should be used even if it is not106 <screen os="s">NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen> 107 108 <para os="t">Note that <quote>latin1</quote> should be used even if it is not 115 109 the character set of the locale. The reason is that, according to the 116 110 specification, <command>groff</command> has no means of typesetting … … 124 118 it is usable as the input for a pager.</para> 125 119 126 <para os=" w">This does not solve the problem of a non-working120 <para os="u">This does not solve the problem of a non-working 127 121 <command>man2dvi</command> program for localized man pages in 128 122 non-ISO 8859-1 locales. Also, it does not work with multibyte … … 131 125 not support multibyte character sets.</para> 132 126 133 <para os=" x">Additional information with regards to the compression of127 <para os="v">Additional information with regards to the compression of 134 128 man and info pages can be found in the BLFS book at 135 129 <ulink url="&blfs-root;view/svn/postlfs/compressdoc.html"/>.</para> -
BOOK/introduction/common/changelog.xml
re4f6ff4 rd11b860 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>November 25, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Removed obsolete command from man instructions as 44 the problem it addresses was fixed in the latest man version).</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.