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
This commit is contained in:
Matthew Burgess 2012-10-02 20:01:05 +00:00
parent 04f85979ac
commit 8b68559612
3 changed files with 13 additions and 4 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<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>

View File

@ -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>

View File

@ -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}]" -->