guix/doc/manual/manual.xml

87 lines
2.1 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<!DOCTYPE book
PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.0//EN"
"http://www.oasis-open.org/docbook/xml/ebnf/1.0/dbebnf.dtd"
[
<!-- <!DOCTYPE book
PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip" -->
<!ENTITY introduction SYSTEM "introduction.xml">
2004-01-20 15:37:55 +00:00
<!ENTITY quick-start SYSTEM "quick-start.xml">
<!ENTITY installation SYSTEM "installation.xml">
2003-11-26 14:25:39 +00:00
<!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">
2003-12-21 21:57:09 +00:00
<!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 nix-lang-ref SYSTEM "nix-lang-ref.xml">
<!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
<!ENTITY bugs SYSTEM "bugs.xml">
2004-01-08 10:45:23 +00:00
<!ENTITY version SYSTEM "version.xml">
]>
<book>
<title>Nix User's Guide</title>
2004-01-08 10:45:23 +00:00
<subtitle>Draft (Version &version;)</subtitle>
2003-08-13 15:17:57 +00:00
<bookinfo>
<author>
<firstname>Eelco</firstname>
<surname>Dolstra</surname>
</author>
<copyright>
2004-01-20 15:37:55 +00:00
<year>2004</year>
2003-08-13 15:17:57 +00:00
<holder>Eelco Dolstra</holder>
</copyright>
</bookinfo>
&introduction;
2004-01-20 15:37:55 +00:00
&quick-start;
&installation;
2003-11-26 14:25:39 +00:00
&overview;
2003-08-07 15:27:14 +00:00
2003-08-12 13:54:42 +00:00
<appendix>
<title>Command Reference</title>
<sect1>
<title>nix-env</title>
&nix-env;
</sect1>
2003-12-21 21:57:09 +00:00
<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>
2003-08-12 13:54:42 +00:00
</appendix>
&nix-lang-ref;
&troubleshooting;
&bugs;
2003-08-07 15:27:14 +00:00
</book>