nix-gh/doc/manual/book.xml

47 lines
838 B
XML
Raw Normal View History

<?xml version="1.0"?>
<!DOCTYPE book SYSTEM "/nix/current/xml/dtd/docbook/docbookx.dtd"
[
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY installation SYSTEM "installation.xml">
<!ENTITY nix-reference SYSTEM "nix-reference.xml">
<!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
<!ENTITY bugs SYSTEM "bugs.xml">
]>
<book>
<title>Nix: The Manual</title>
&introduction;
&installation;
2003-08-07 17:27:14 +02:00
<chapter>
<title>A Guided Tour</title>
<para>
2003-08-07 17:27:14 +02:00
Bla bla
</para>
2003-08-07 17:27:14 +02:00
</chapter>
<chapter>
<title>Fix Language Reference</title>
<para>
Bla bla
</para>
</chapter>
<chapter>
<title>Nix Syntax and Semantics</title>
<para>
Bla bla
</para>
</chapter>
2003-08-12 15:54:42 +02:00
<appendix>
<title>Command Reference</title>
&nix-reference;
2003-08-12 15:54:42 +02:00
</appendix>
&troubleshooting;
&bugs;
2003-08-07 17:27:14 +02:00
</book>