diff options
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter06/flex.xml | 7 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f45a6ec6f..361e94974 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,18 @@ --> <listitem> + <para>2012-11-02</para> + <itemizedlist> + <listitem> + <para>[matthew] - Clean up a couple of instructions for Flex, made + possible by the upgrade to Flex-2.5.37. Fixes + <ulink url="&lfs-ticket-root;3206">3206</ulink> and + <ulink url="&lfs-ticket-root;3210">3210</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-11-01</para> <itemizedlist> <listitem> diff --git a/chapter06/flex.xml b/chapter06/flex.xml index d5a00b631..bf424fe04 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -48,8 +48,6 @@ <para>Prepare Flex for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ --docdir=/usr/share/doc/flex-&flex-version;</userinput></screen> <para>Compile the package:</para> @@ -90,11 +88,6 @@ exec /usr/bin/flex -l "$@" EOF chmod -v 755 /usr/bin/lex</userinput></screen> - <para>If desired, install the <filename>flex.pdf</filename> documentation - file:</para> - -<screen><userinput remap="install">cp -v doc/flex.pdf /usr/share/doc/flex-&flex-version;</userinput></screen> - </sect2> <sect2 id="contents-flex" role="content"> diff --git a/general.ent b/general.ent index a9005cf1d..f66a6db4a 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-20121101"> -<!ENTITY releasedate "November 1, 2012"> +<!ENTITY version "SVN-20121102"> +<!ENTITY releasedate "November 2, 2012"> <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.3"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |