diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-03 23:35:44 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-03 23:35:44 +0000 |
commit | 7e41eee3f8b1e93181afe449e5b3b2be8ec2da11 (patch) | |
tree | 55012c43a6617849bae421baf5b44c050c844fb9 | |
parent | 3566b5392dd213f0e9636654c8df360197c228cb (diff) |
added three symlinks to groff installation to make programs like xman work properly
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/groff-exp.xml | 9 | ||||
-rw-r--r-- | chapter06/groff-inst.xml | 6 | ||||
-rw-r--r-- | chapter06/groff.xml | 1 | ||||
-rw-r--r-- | index.xml | 1 |
5 files changed, 20 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7eaf5a834..ed9bc23b6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,10 @@ </para></listitem> +<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Groff: Added a few +symlinks that are used by programs like <userinput>xman</userinput> and +others.</para></listitem> + <listitem><para>April 3rd, 2002 [gerard]: Chapter 04 - Mounting partitions: Added some notes how to deal with multiple partitions ($LFS, $LFS/usr and so on).</para></listitem> diff --git a/chapter06/groff-exp.xml b/chapter06/groff-exp.xml new file mode 100644 index 000000000..99a7c8281 --- /dev/null +++ b/chapter06/groff-exp.xml @@ -0,0 +1,9 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>ln -s ...</userinput>: These symlinks are needed for some +<userinput>xman</userinput> and other groff/man document programs to work +properly.</para> + +</sect2> + diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml index 4ee97b4bf..4d320d42f 100644 --- a/chapter06/groff-inst.xml +++ b/chapter06/groff-inst.xml @@ -5,7 +5,11 @@ <para><screen><userinput>./configure --prefix=/usr && make && -make install</userinput></screen></para> +make install && +cd /usr/bin && +ln -s soelim zsoelim && +ln -s eqn geqn && +ln -s tbl gtbl</userinput></screen></para> </sect2> diff --git a/chapter06/groff.xml b/chapter06/groff.xml index af6937966..1308f2058 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -6,6 +6,7 @@ Estimated required disk space: &groff-compsize;</screen> &c6-groff-inst; +&c6-groff-exp; &aa-groff-desc; &aa-groff-dep; @@ -267,6 +267,7 @@ <!ENTITY c6-grep-inst SYSTEM "chapter06/grep-inst.xml"> <!ENTITY c6-groff SYSTEM "chapter06/groff.xml"> <!ENTITY c6-groff-inst SYSTEM "chapter06/groff-inst.xml"> +<!ENTITY c6-groff-exp SYSTEM "chapter06/groff-exp.xml"> <!ENTITY c6-gzip SYSTEM "chapter06/gzip.xml"> <!ENTITY c6-gzip-inst SYSTEM "chapter06/gzip-inst.xml"> <!ENTITY c6-libtool SYSTEM "chapter06/libtool.xml"> |