2a4bac5459
* Convert tabs to spaces.
40 lines
930 B
XML
40 lines
930 B
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 installation SYSTEM "installation.xml">
|
|
<!ENTITY nix-store-reference SYSTEM "nix-store-reference.xml">
|
|
<!ENTITY nix-instantiate-reference SYSTEM "nix-instantiate-reference.xml">
|
|
<!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
|
|
<!ENTITY bugs SYSTEM "bugs.xml">
|
|
]>
|
|
|
|
<book>
|
|
<title>Nix: The Manual</title>
|
|
|
|
<bookinfo>
|
|
<author>
|
|
<firstname>Eelco</firstname>
|
|
<surname>Dolstra</surname>
|
|
</author>
|
|
<copyright>
|
|
<year>2003</year>
|
|
<holder>Eelco Dolstra</holder>
|
|
</copyright>
|
|
</bookinfo>
|
|
|
|
&introduction;
|
|
&installation;
|
|
|
|
<appendix>
|
|
<title>Command Reference</title>
|
|
&nix-store-reference;
|
|
&nix-instantiate-reference;
|
|
</appendix>
|
|
|
|
&troubleshooting;
|
|
&bugs;
|
|
|
|
</book>
|