mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 05:09:24 +01:00
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:
parent
3566b5392d
commit
7e41eee3f8
@ -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
9
chapter06/groff-exp.xml
Normal 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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user