aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-04-03 23:35:44 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-04-03 23:35:44 +0000
commit7e41eee3f8b1e93181afe449e5b3b2be8ec2da11 (patch)
tree55012c43a6617849bae421baf5b44c050c844fb9 /chapter06
parent3566b5392dd213f0e9636654c8df360197c228cb (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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/groff-exp.xml9
-rw-r--r--chapter06/groff-inst.xml6
-rw-r--r--chapter06/groff.xml1
3 files changed, 15 insertions, 1 deletions
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 &amp;&amp;
make &amp;&amp;
-make install</userinput></screen></para>
+make install &amp;&amp;
+cd /usr/bin &amp;&amp;
+ln -s soelim zsoelim &amp;&amp;
+ln -s eqn geqn &amp;&amp;
+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;