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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/groff.xml | 7 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 16 insertions, 11 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4c3aa4d87..885f43336 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2013-02-13</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Groff-1.22.2. Fixes + <ulink url="&lfs-ticket-root;3280">#3280</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2013-01-30</para> <itemizedlist> <listitem> 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> diff --git a/general.ent b/general.ent index 030103d4a..ccfd5ec90 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20130211"> -<!ENTITY releasedate "February 11, 2013"> +<!ENTITY version "SVN-20130213"> +<!ENTITY releasedate "February 13, 2013"> <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index f858c0c89..3f669e1c9 100644 --- a/packages.ent +++ b/packages.ent @@ -228,10 +228,10 @@ <!ENTITY grep-ch6-du "30 MB"> <!ENTITY grep-ch6-sbu "0.4 SBU"> -<!ENTITY groff-version "1.22.1"> -<!ENTITY groff-size "3,920 KB"> +<!ENTITY groff-version "1.22.2"> +<!ENTITY groff-size "3,926 KB"> <!ENTITY groff-url "&gnu;groff/groff-&groff-version;.tar.gz"> -<!ENTITY groff-md5 "875c9c628b8b78a0c325000a43ebb964"> +<!ENTITY groff-md5 "9f4cd592a5efc7e36481d8d8d8af6d16"> <!ENTITY groff-home "&gnu-software;groff/"> <!ENTITY groff-ch6-du "83 MB"> <!ENTITY groff-ch6-sbu "0.5 SBU"> |