diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-13 18:46:03 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-13 18:46:03 +0000 |
commit | f99f4440f3b6496edd9862841ceccdabba00dd10 (patch) | |
tree | e4421ea251b02ec4c3b56052cdda04ca4d028daa /chapter06 | |
parent | c0485ea485b98db6a57cf72999f9d7e05b8f0a9e (diff) |
Upgrade to Groff-1.22.2. Fixes #3280.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/groff.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 315c3230c..dcc790c4a 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -49,12 +49,7 @@ by echoing either <quote>A4</quote> or <quote>letter</quote> to the <filename>/etc/papersize</filename> file.</para> - <para>First, fix a bug in a Makefile, that prevents a symlink to a PDF from -being created correctly:</para> - -<screen><userinput remap="pre">sed -i -e '163 s/$(DESTDIR)//' contrib/mom/Makefile.sub</userinput></screen> - - <para>Now, prepare Groff for compilation:</para> + <para>Prepare Groff for compilation:</para> <screen><userinput remap="configure">PAGE=<replaceable><paper_size></replaceable> ./configure --prefix=/usr</userinput></screen> |