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
This commit is contained in:
Gerard Beekmans 2002-04-03 23:35:44 +00:00
parent 3566b5392d
commit 7e41eee3f8
5 changed files with 20 additions and 1 deletions

View File

@ -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>

9
chapter06/groff-exp.xml Normal file
View File

@ -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>

View File

@ -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>

View File

@ -6,6 +6,7 @@
Estimated required disk space: &groff-compsize;</screen>
&c6-groff-inst;
&c6-groff-exp;
&aa-groff-desc;
&aa-groff-dep;

View File

@ -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">