|
From: <sv...@va...> - 2011-11-26 04:16:46
|
Author: florian
Date: 2011-11-26 04:12:01 +0000 (Sat, 26 Nov 2011)
New Revision: 12277
Log:
Tweaks for the benefit of the webpage.
- mention s390x/linux in README
- formatting tweak in README.s390 so things don't look ugly in html
- add README.s390 and README.android to distribution documents
Modified:
trunk/README
trunk/README.s390
trunk/docs/xml/dist-docs.xml
Modified: trunk/README
===================================================================
--- trunk/README 2011-11-26 04:05:47 UTC (rev 12276)
+++ trunk/README 2011-11-26 04:12:01 UTC (rev 12277)
@@ -39,6 +39,7 @@
- ARM/Linux
- x86/MacOSX
- AMD64/MacOSX
+- S390X/Linux
Note that AMD64 is just another name for x86-64, and Valgrind runs fine
on Intel processors. Also note that the core of MacOSX is called
Modified: trunk/README.s390
===================================================================
--- trunk/README.s390 2011-11-26 04:05:47 UTC (rev 12276)
+++ trunk/README.s390 2011-11-26 04:12:01 UTC (rev 12277)
@@ -1,3 +1,4 @@
+
Requirements
------------
- You need GCC 3.4 or later to compile the s390 port.
Modified: trunk/docs/xml/dist-docs.xml
===================================================================
--- trunk/docs/xml/dist-docs.xml 2011-11-26 04:05:47 UTC (rev 12276)
+++ trunk/docs/xml/dist-docs.xml 2011-11-26 04:12:01 UTC (rev 12277)
@@ -74,4 +74,24 @@
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
+
+ <chapter id="dist.readme-s390"
+ xreflabel="Readme S390">
+ <title>README.S390</title>
+ <literallayout>
+ <xi:include href="../../README.s390"
+ parse="text"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </literallayout>
+ </chapter>
+
+ <chapter id="dist.readme-android"
+ xreflabel="Readme Android">
+ <title>README.android</title>
+ <literallayout>
+ <xi:include href="../../README.android"
+ parse="text"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </literallayout>
+ </chapter>
</book>
|