diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-12-01 00:34:59 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-12-01 00:34:59 +0000 |
commit | 8bd718672a5b191cd8ae9a963a8bb346a2f74c81 (patch) | |
tree | 22aadb3c574c3cb5abe6fa8754b9fc1bc64eef31 /chapter06 | |
parent | 01669da789baecc7d5236257040ef113cb907517 (diff) |
[Bug 60] Update to man-1.5j
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1351 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/man-exp.xml | 9 | ||||
-rw-r--r-- | chapter06/man-inst.xml | 9 | ||||
-rw-r--r-- | chapter06/man.xml | 1 |
3 files changed, 1 insertions, 18 deletions
diff --git a/chapter06/man-exp.xml b/chapter06/man-exp.xml deleted file mode 100644 index b7ab46db4..000000000 --- a/chapter06/man-exp.xml +++ /dev/null @@ -1,9 +0,0 @@ -<sect2> -<title>Command explanations</title> - -<para><userinput>for ... sed ... done:</userinput> This construct -changes man so that it uses awk instead of gawk which is the default. -We use this as LFS uses awk instead of gawk.</para> - -</sect2> - diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml index a2c331b93..2aee946aa 100644 --- a/chapter06/man-inst.xml +++ b/chapter06/man-inst.xml @@ -3,14 +3,7 @@ <para>Run the following commands to install man:</para> -<para><screen><userinput>for i in configure src/Makefile.in src/makewhatis.sh -do - cp $i $i.backup && - sed 's/gawk/awk/g' $i > tmp~ && - mv tmp~ $i -done && -chmod 755 configure && -./configure -default && +<para><screen><userinput>./configure -default && make && make install</userinput></screen></para> diff --git a/chapter06/man.xml b/chapter06/man.xml index fea467d0e..0e8ec97ec 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -6,7 +6,6 @@ Estimated required disk space: &man-compsize;</screen> &c6-man-inst; -&c6-man-exp; &aa-man-desc; &ab-man-dep; |