Changeset 7c63c926
- Timestamp:
- Feb 21, 2006, 2:19:49 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- de4db44
- Parents:
- 614f4d2
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/man.xml
r614f4d2 r7c63c926 37 37 <para os="a">A few adjustments need to be made to the sources of Man.</para> 38 38 39 <para os="b">This a <command>sed</command> substitution to add the 40 <option>-R</option> switch to the <envar>PAGER</envar> variable so 41 that escape sequences are properly handled by Less:</para> 39 <para os="b">First, a <command>sed</command> substitution is 40 needed to add the <option>-R</option> switch to the 41 <envar>PAGER</envar> variable so that escape sequences are 42 properly handled by Less:</para> 42 43 43 44 <screen os="c"><userinput>sed -i 's@-is@&R@g' configure</userinput></screen> 44 45 45 <para os="d"> This a <command>sed</command> substitution to commentout the46 <para os="d">Another <command>sed</command> substitution comments out the 46 47 <quote>MANPATH /usr/man</quote> line in the <filename>man.conf</filename> 47 48 file to prevent redundant results when using programs such as … … 50 51 <screen os="e"><userinput>sed -i 's@MANPATH./usr/man@#&@g' src/man.conf.in</userinput></screen> 51 52 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"> 53 <para os="f">Finally, correct a syntax error in the 54 <command>makewhatis</command> script:</para> 55 56 <screen os="g"><userinput>sed -i 's/)) |/) |/' 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"> 57 63 <title>The meaning of the configure options:</title> 58 64 … … 67 73 </variablelist> 68 74 69 <para os=" i">Compile the package:</para>70 71 <screen os=" j"><userinput>make</userinput></screen>72 73 <para os=" k">Install the package:</para>74 75 <screen os=" l"><userinput>make install</userinput></screen>76 77 <note os=" m">75 <para os="k">Compile the package:</para> 76 77 <screen os="l"><userinput>make</userinput></screen> 78 79 <para os="m">Install the package:</para> 80 81 <screen os="n"><userinput>make install</userinput></screen> 82 83 <note os="o"> 78 84 <para>If you will be working on a terminal that does not support 79 85 text attributes such as color and bold, you can disable Select … … 86 92 </note> 87 93 88 <para os=" n">If the character set of the locale uses 8-bit characters, search94 <para os="p">If the character set of the locale uses 8-bit characters, search 89 95 for the line beginning with <quote>NROFF</quote> in 90 96 <filename>/etc/man.conf</filename>, and verify that it matches the 91 97 following:</para> 92 98 93 <screen os=" o">NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen>94 95 <para os=" p">Note that <quote>latin1</quote> should be used even if it is not99 <screen os="q">NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen> 100 101 <para os="r">Note that <quote>latin1</quote> should be used even if it is not 96 102 the character set of the locale. The reason is that, according to the 97 103 specification, <command>groff</command> has no means of typesetting … … 105 111 it is usable as the input for a pager.</para> 106 112 107 <para os=" q">This does not solve the problem of a non-working113 <para os="s">This does not solve the problem of a non-working 108 114 <command>man2dvi</command> program for localized man pages in 109 115 non-ISO 8859-1 locales. Also, it does not work with multibyte … … 112 118 not support multibyte character sets.</para> 113 119 114 <para os=" r">Additional information with regards to the compression of120 <para os="t">Additional information with regards to the compression of 115 121 man and info pages can be found in the BLFS book at 116 122 <ulink url="&blfs-root;view/cvs/postlfs/compressdoc.html"/>.</para> -
BOOK/final-system/multilib/man.xml
r614f4d2 r7c63c926 46 46 xpointer="xpointer(//*[@os='f'])"/> 47 47 48 <screen os="g"><userinput>CC="gcc ${BUILD64}" ./configure -confdir=/etc</userinput></screen> 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../common/man.xml" 50 xpointer="xpointer(//*[@os='g'])"/> 49 51 50 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 52 54 xpointer="xpointer(//*[@os='h'])"/> 53 55 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 55 href="../common/man.xml" 56 xpointer="xpointer(//*[@os='i'])"/> 56 <screen os="i"><userinput>CC="gcc ${BUILD64}" ./configure -confdir=/etc</userinput></screen> 57 57 58 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 92 92 xpointer="xpointer(//*[@os='r'])"/> 93 93 94 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 95 href="../common/man.xml" 96 xpointer="xpointer(//*[@os='s'])"/> 97 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 99 href="../common/man.xml" 100 xpointer="xpointer(//*[@os='t'])"/> 101 94 102 </sect2> 95 103 -
BOOK/general.ent
r614f4d2 r7c63c926 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-20060 131">3 <!ENTITY version "CLFS-SVN-20060201"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 15 15 <!ENTITY version-alpha "&version;-ALPHA"> 16 16 17 <!ENTITY releasedate " January 31, 2006">17 <!ENTITY releasedate "February 1, 2006"> 18 18 <!ENTITY milestone "0.1"> 19 19 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
BOOK/introduction/common/changelog.xml
r614f4d2 r7c63c926 38 38 39 39 <listitem> 40 <para>February 1, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Added a sed substitution to man 44 instructions to fix an error in the 45 <command>makewhatis</command> script.</para> 46 </listitem> 47 </itemizedlist> 48 </listitem> 49 50 <listitem> 40 51 <para>January 31, 2006</para> 41 52 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.