60 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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 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>
 | 
						|
  </appendix>
 | 
						|
 | 
						|
  &troubleshooting;
 | 
						|
  &bugs;
 | 
						|
 | 
						|
</book>
 |