mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 22:04:35 +01:00
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10027 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
46b0da873f
commit
58500e56a4
@ -36,6 +36,18 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<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>
|
<listitem>
|
||||||
<para>2012-11-01</para>
|
<para>2012-11-01</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -48,8 +48,6 @@
|
|||||||
<para>Prepare Flex for compilation:</para>
|
<para>Prepare Flex for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||||
--mandir=/usr/share/man \
|
|
||||||
--infodir=/usr/share/info \
|
|
||||||
--docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
|
--docdir=/usr/share/doc/flex-&flex-version;</userinput></screen>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
@ -90,11 +88,6 @@ exec /usr/bin/flex -l "$@"
|
|||||||
EOF
|
EOF
|
||||||
chmod -v 755 /usr/bin/lex</userinput></screen>
|
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>
|
||||||
|
|
||||||
<sect2 id="contents-flex" role="content">
|
<sect2 id="contents-flex" role="content">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20121101">
|
<!ENTITY version "SVN-20121102">
|
||||||
<!ENTITY releasedate "November 1, 2012">
|
<!ENTITY releasedate "November 2, 2012">
|
||||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.3">
|
<!ENTITY milestone "7.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user