OSDN Git Service

2011-02-08 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / doc / xml / manual / appendix_porting.xml
1 <appendix xmlns="http://docbook.org/ns/docbook" version="5.0" 
2           xml:id="appendix.porting" xreflabel="Porting">
3 <?dbhtml filename="appendix_porting.html"?>
4
5 <info><title>
6   Porting and Maintenance
7   <indexterm>
8     <primary>Appendix</primary>
9     <secondary>Porting and Maintenance</secondary>
10   </indexterm>
11 </title>
12   <keywordset>
13     <keyword>
14       ISO C++
15     </keyword>
16     <keyword>
17       library
18     </keyword>
19   </keywordset>
20 </info>
21
22   <!-- Hacking the Build System -->
23   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="build_hacking.xml">
24   </xi:include>
25
26   <!-- Hacking the Documentation Systems -->
27   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="documentation_hacking.xml">
28   </xi:include>
29
30   <!-- Internals: Porting to New Hardware or Operating Systems -->
31   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="internals.xml">
32   </xi:include>
33
34   <!-- Test -->
35   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="test.xml">
36   </xi:include>
37
38   <!-- ABI Policy and Guidelines -->
39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="abi.xml">
40   </xi:include>
41
42   <!-- API Evolution and Deprecation History -->
43   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="evolution.xml">
44   </xi:include>
45
46   <!-- Backwards Compatibility -->
47   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="backwards_compatibility.xml">
48   </xi:include>
49
50 </appendix>