aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-10-02 20:01:05 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-10-02 20:01:05 +0000
commit8b68559612c2f6f39498324d7d001002c4fcc003 (patch)
tree2fc2bc05c833c6e59e4dd682dadf9e557d247683
parent04f85979aca79f19850dc5f6d1ed7cbf940b2ee6 (diff)
Fix Flex build via jhalfs. Regression introduced in r9999.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/flex.xml3
-rw-r--r--general.ent4
3 files changed, 13 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 8e6acee79..b998d399e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2012-10-02</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Fix Flex instructions; the directory creation for
+ its documentation is performed by the Makefile since r9999.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2012-09-27</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/flex.xml b/chapter06/flex.xml
index f12261235..b7c7c9866 100644
--- a/chapter06/flex.xml
+++ b/chapter06/flex.xml
@@ -93,8 +93,7 @@ chmod -v 755 /usr/bin/lex</userinput></screen>
<para>If desired, install the <filename>flex.pdf</filename> documentation
file:</para>
-<screen><userinput remap="install">mkdir -v /usr/share/doc/flex-&flex-version;
-cp -v doc/flex.pdf /usr/share/doc/flex-&flex-version;</userinput></screen>
+<screen><userinput remap="install">cp -v doc/flex.pdf /usr/share/doc/flex-&flex-version;</userinput></screen>
</sect2>
diff --git a/general.ent b/general.ent
index 7889c4647..b5f13403d 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20120928">
-<!ENTITY releasedate "September 28, 2012">
+<!ENTITY version "SVN-20121002">
+<!ENTITY releasedate "October 2, 2012">
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->