about summary refs log tree commit diff
path: root/doc/manual/manual.xml
blob: 8188a1ff993aa5cb0d7e1f5ac9fe710e4d594aa3 (plain) (blame)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.0"?>
<!DOCTYPE book
    PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY quick-start SYSTEM "quick-start.xml">
<!ENTITY installation SYSTEM "installation.xml">
<!ENTITY overview SYSTEM "overview.xml">
<!ENTITY opt-common SYSTEM "opt-common.xml">
<!ENTITY opt-common-syn SYSTEM "opt-common-syn.xml">
<!ENTITY nix-env SYSTEM "nix-env.xml">
<!ENTITY nix-store SYSTEM "nix-store.xml">
<!ENTITY nix-instantiate SYSTEM "nix-instantiate.xml">
<!ENTITY nix-collect-garbage SYSTEM "nix-collect-garbage.xml">
<!ENTITY nix-push SYSTEM "nix-push.xml">
<!ENTITY nix-pull SYSTEM "nix-pull.xml">
<!ENTITY nix-prefetch-url SYSTEM "nix-prefetch-url.xml">
<!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
<!ENTITY bugs SYSTEM "bugs.xml">
<!ENTITY version SYSTEM "version.xml">
]>

<book>
  <title>Nix: A System for Software Deployment</title>

  <subtitle>Draft (Version &version;)</subtitle>
  
  <bookinfo>
    <author>
      <firstname>Eelco</firstname>
      <surname>Dolstra</surname>
    </author>
    <copyright>
      <year>2004</year>
      <holder>Eelco Dolstra</holder>
    </copyright>
  </bookinfo>

  &introduction;
  &quick-start;
  &installation;
  &overview;

  <appendix>
    <title>Command Reference</title>
    <sect1>
      <title>nix-env</title>
      &nix-env;
    </sect1>
    <sect1>
      <title>nix-store</title>
      &nix-store;
    </sect1>
    <sect1>
      <title>nix-instantiate</title>
      &nix-instantiate;
    </sect1>
    <sect1>
      <title>nix-collect-garbage</title>
      &nix-collect-garbage;
    </sect1>
    <sect1>
      <title>nix-push</title>
      &nix-push;
    </sect1>
    <sect1>
      <title>nix-pull</title>
      &nix-pull;
    </sect1>
    <sect1>
      <title>nix-prefetch-url</title>
      &nix-prefetch-url;
    </sect1>
  </appendix>

  &troubleshooting;
  &bugs;

</book>