mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
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:
parent
04f85979ac
commit
8b68559612
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "7.3">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user