File: ocaml_packaging_reference.xml

package info (click to toggle)
dh-ocaml 2.5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: xml: 1,746; perl: 1,063; sh: 244; makefile: 105
file content (53 lines) | stat: -rw-r--r-- 1,461 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"/usr/share/sgml/docbook/dtd/xml/4.4/docbookx.dtd" [
<!ENTITY % included SYSTEM "included.ent">
%included;
]>
<book>
    <bookinfo>
        <title>&debian-name; &ocaml-name; Packaging Reference</title>
        <releaseinfo>Revision &doc-version;</releaseinfo>
        <xi:include 
          href="authors.xml" 
          xmlns:xi="http://www.w3.org/2003/XInclude"/>
        <xi:include 
          href="copyright.xml" 
          xmlns:xi="http://www.w3.org/2003/XInclude"/>
        <xi:include 
          href="legal.xml" 
          xmlns:xi="http://www.w3.org/2003/XInclude"/>
    </bookinfo>

    <xi:include
      href="reference-faq.xml"
      xmlns:xi="http://www.w3.org/2003/XInclude"/>

    <chapter>
      <title>Build systems</title>
      <xi:include
        href="reference-diy.xml"
        xmlns:xi="http://www.w3.org/2003/XInclude"/>

      <xi:include
        href="reference-dh.xml"
        xmlns:xi="http://www.w3.org/2003/XInclude"/>
    </chapter>


    <chapter>
      <title>Using a Version Control System</title>
      <xi:include 
        href="reference-git.xml" 
        xmlns:xi="http://www.w3.org/2003/XInclude"/>
    </chapter>

    <xi:include 
      href="reference-transitions.xml" 
      xmlns:xi="http://www.w3.org/2003/XInclude"/>

    <xi:include 
      href="reference-resources.xml" 
      xmlns:xi="http://www.w3.org/2003/XInclude"/>

</book>