diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/grep.xml | 7 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 17 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1d0514adf..3f0764de9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>2011-08-31</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Remove the creation of a spurious file + in grep's test suite.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2011-08-29</para> <itemizedlist> <listitem> diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 760b5b1d8..c354512fd 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -40,10 +40,13 @@ <sect2 role="installation"> <title>Installation of Grep</title> + <para>First, fix a small problem with a test script:</para> + +<screen><userinput>sed -i 's/cp/#&/' tests/unibyte-bracket-expr</userinput></screen> + <para>Prepare Grep for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ - --bindir=/bin</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen> <para>Compile the package:</para> diff --git a/general.ent b/general.ent index cdb6a2135..fea26fd30 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20110830"> -<!ENTITY releasedate "Aug 30, 2011"> +<!ENTITY version "SVN-20110831"> +<!ENTITY releasedate "Aug 31, 2011"> <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |