diff options
Diffstat (limited to 'chapter06/groff-inst.xml')
-rw-r--r-- | chapter06/groff-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml index bb995fa75..562f20090 100644 --- a/chapter06/groff-inst.xml +++ b/chapter06/groff-inst.xml @@ -4,8 +4,8 @@ <para>Install Groff by running the following commands:</para> <para><screen><userinput>./configure --prefix=/usr && -make && -make install && +make PROCESSEDEXAMPLEFILES="" && +make PROCESSEDEXAMPLEFILES="" install && ln -s soelim /usr/bin/zsoelim && ln -s eqn /usr/bin/geqn && ln -s tbl /usr/bin/gtbl</userinput></screen></para> |