Changeset 7a3b832
- Timestamp:
- Mar 18, 2006, 4:04:01 AM (19 years ago)
- Children:
- 5bfb9cf
- Parents:
- 7cc51f20
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/flex.xml
r7cc51f20 r7a3b832 34 34 <sect2 role="installation"> 35 35 <title>Installation of Flex</title> 36 37 <para os="c">The GNU autotools detects that the Flex source code has been38 modified by the previous patch and tries to update the man page39 accordingly. This does not work correctly on many systems, and the40 default page is fine, so make sure it does not get regenerated:</para>41 42 <screen os="d"><userinput>touch doc/flex.1</userinput></screen>43 36 44 37 <para os="e">Prepare Flex for compilation:</para> -
final-system/multilib/flex-64bit.xml
r7cc51f20 r7a3b832 21 21 <sect2 role="installation"> 22 22 <title>Installation of Flex</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="flex.xml"26 xpointer="xpointer(//*[@os='c'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="flex.xml"30 xpointer="xpointer(//*[@os='d'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
final-system/multilib/flex-n32.xml
r7cc51f20 r7a3b832 21 21 <sect2 role="installation"> 22 22 <title>Installation of Flex</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"25 href="flex.xml"26 xpointer="xpointer(//*[@os='c'])"/>27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"29 href="flex.xml"30 xpointer="xpointer(//*[@os='d'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
final-system/multilib/flex.xml
r7cc51f20 r7a3b832 22 22 <sect2 role="installation"> 23 23 <title>Installation of Flex</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"26 href="../common/flex.xml"27 xpointer="xpointer(//*[@os='c'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/flex.xml"31 xpointer="xpointer(//*[@os='d'])"/>32 24 33 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
general.ent
r7cc51f20 r7a3b832 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-2006031 6">3 <!ENTITY version "CLFS-SVN-20060318"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 16 16 <!ENTITY version-alpha "&version;-ALPHA"> 17 17 18 <!ENTITY releasedate "March 1 6, 2006">18 <!ENTITY releasedate "March 18, 2006"> 19 19 <!ENTITY milestone "0.1"> 20 20 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note:
See TracChangeset
for help on using the changeset viewer.