Remove obsolete documentation/dlls.sgml.
[wine] / documentation / wine-devel.sgml
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
6
7 <!entity build SYSTEM "build.sgml">
8 <!entity debugger SYSTEM "debugger.sgml">
9 <!entity documentation SYSTEM "documentation.sgml">
10 <!entity patches SYSTEM "patches.sgml">
11 <!entity testing SYSTEM "testing.sgml">
12 <!entity i18n SYSTEM "i18n.sgml">
13 <!entity tools SYSTEM "tools.sgml">
14
15 <!entity architecture SYSTEM "architecture.sgml">
16 <!entity debugging SYSTEM "debugging.sgml">
17 <!entity ole SYSTEM "ole.sgml">
18 <!entity opengl SYSTEM "opengl.sgml">
19 <!entity multimedia SYSTEM "multimedia.sgml">
20
21 <!entity cvs SYSTEM "cvs.sgml">
22
23 <!entity implementation SYSTEM "implementation.sgml">
24 <!entity porting SYSTEM "porting.sgml">
25 <!entity consoles SYSTEM "consoles.sgml">
26 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
27
28 <!--
29 <!entity status SYSTEM "status.sgml">
30 -->
31 ]>
32
33 <book id="index">
34   <bookinfo>
35     <title>Wine Developer's Guide</title>
36   </bookinfo>
37
38   <part id="part-one">
39     <title>Developing Wine</title>
40
41     &build;
42     &debugger;
43     &documentation;
44     &patches;
45     &testing;
46     &i18n;
47     &tools;
48   </part>
49
50   <part id="part-two">
51     <title>Wine Architecture</title>
52
53     &architecture;
54     &debugging;
55     &ole;
56     &opengl;
57     &multimedia;
58   </part>
59
60   <part id="part-three">
61     <title>Using CVS</title>
62     &cvs;
63   </part>
64  
65   <part id="part-four">
66     <title>Advanced Topics</title>
67     &implementation;
68     &porting;
69     &consoles;
70     &cvs-regression;
71   </part>
72
73 </book>