aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/groff-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/groff-inst.xml')
-rw-r--r--chapter06/groff-inst.xml22
1 files changed, 17 insertions, 5 deletions
diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml
index bb995fa75..4c2e6d4ef 100644
--- a/chapter06/groff-inst.xml
+++ b/chapter06/groff-inst.xml
@@ -1,12 +1,24 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
<sect2>
<title>Installation of Groff</title>
-<para>Install Groff by running the following commands:</para>
+<para>Prepare Groff to be compiled:</para>
+
+<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
+
+<para>Continue with compiling the package:</para>
+
+<para><screen><userinput>make</userinput></screen></para>
+
+<para>Install the package:</para>
+
+<para><screen><userinput>make install</userinput></screen></para>
+
+<para>Some groff/man document programs, such as <userinput>xman</userinput>,
+will not work work properly without the following symlinks:</para>
-<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
-make &amp;&amp;
-make install &amp;&amp;
-ln -s soelim /usr/bin/zsoelim &amp;&amp;
+<para><screen><userinput>ln -s soelim /usr/bin/zsoelim &amp;&amp;
ln -s eqn /usr/bin/geqn &amp;&amp;
ln -s tbl /usr/bin/gtbl</userinput></screen></para>