diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-06T16·38+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-06T16·38+0000 |
commit | 1ff986d51a4fc7f77a80f5c23351f9d2cbb26550 (patch) | |
tree | 7a94c0639c7e741a5ec27a31f5380457a446fcce /doc/manual/manual.xml | |
parent | 2f0b93904bf88e9d2bf9d623b35991dd6dd0c521 (diff) |
* book -> manual
Diffstat (limited to 'doc/manual/manual.xml')
-rw-r--r-- | doc/manual/manual.xml | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml new file mode 100644 index 000000000000..e8896b073f0b --- /dev/null +++ b/doc/manual/manual.xml @@ -0,0 +1,50 @@ +<?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 installation SYSTEM "installation.xml"> +<!ENTITY overview SYSTEM "overview.xml"> +<!ENTITY common-options SYSTEM "common-options.xml"> +<!ENTITY nix-store SYSTEM "nix-store.xml"> +<!ENTITY nix-instantiate SYSTEM "nix-instantiate.xml"> +<!ENTITY troubleshooting SYSTEM "troubleshooting.xml"> +<!ENTITY bugs SYSTEM "bugs.xml"> +]> + +<book> + <title>Nix: A System for Software Deployment</title> + + <bookinfo> + <author> + <firstname>Eelco</firstname> + <surname>Dolstra</surname> + </author> + <copyright> + <year>2003</year> + <holder>Eelco Dolstra</holder> + </copyright> + </bookinfo> + + &introduction; + &installation; + &overview; + + <appendix> + <title>Command Reference</title> + &common-options; + <sect1> + <title>nix-store</title> + &nix-store; + </sect1> + <sect1> + <title>nix-instantiate</title> + &nix-instantiate; + </sect1> + </appendix> + + &troubleshooting; + &bugs; + +</book> |