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>ISO C++</keyword> 14 <keyword>library</keyword> 15 </keywordset> 16</info> 17 18 <!-- Hacking the Build System --> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="build_hacking.xml"> 20 </xi:include> 21 22 <!-- Hacking the Documentation Systems --> 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="documentation_hacking.xml"> 24 </xi:include> 25 26 <!-- Internals: Porting to New Hardware or Operating Systems --> 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="internals.xml"> 28 </xi:include> 29 30 <!-- Test --> 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="test.xml"> 32 </xi:include> 33 34 <!-- ABI Policy and Guidelines --> 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="abi.xml"> 36 </xi:include> 37 38 <!-- API Evolution and Deprecation History --> 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="evolution.xml"> 40 </xi:include> 41 42 <!-- Backwards Compatibility --> 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="xml" href="backwards_compatibility.xml"> 44 </xi:include> 45 46</appendix> 47