summary refs log tree commit diff
path: root/doc/manual.xml
blob: 5eb62e811c698aa76a0b8d0917a72da02e7afb4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<book xmlns="http://docbook.org/ns/docbook"
      xmlns:xi="http://www.w3.org/2001/XInclude">

  <info>

    <title>Nixpkgs Manual</title>

    <subtitle>Draft (Version <xi:include href="../.version"
    parse="text" />)</subtitle>

  </info>

  <xi:include href="introduction.xml" />
  <xi:include href="quick-start.xml" />
  <xi:include href="stdenv.xml" />
  <xi:include href="meta.xml" />
  <xi:include href="language-support.xml" />
  <xi:include href="package-notes.xml" />
  <xi:include href="coding-conventions.xml" />
  <xi:include href="contributing.xml" />

</book>