about summary refs log tree commit diff
path: root/doc/manual/book.xml
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-11-26T11·24+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-11-26T11·24+0000
commit2a4bac5459f42764b39ac70f906f5dd3330a3ac5 (patch)
treebbfd82cfe6e081bd0f83722e9c3aa3abd9f831c3 /doc/manual/book.xml
parentbd0ce1a4be6612cf53d9d31f1cbe1b25085ccf75 (diff)
* Refactoring.
* Convert tabs to spaces.

Diffstat (limited to 'doc/manual/book.xml')
-rw-r--r--doc/manual/book.xml32
1 files changed, 4 insertions, 28 deletions
diff --git a/doc/manual/book.xml b/doc/manual/book.xml
index a2035fca7f1c..1dc69d0041a1 100644
--- a/doc/manual/book.xml
+++ b/doc/manual/book.xml
@@ -5,8 +5,8 @@
 [
 <!ENTITY introduction SYSTEM "introduction.xml">
 <!ENTITY installation SYSTEM "installation.xml">
-<!ENTITY nix-reference SYSTEM "nix-reference.xml">
-<!ENTITY fix-reference SYSTEM "fix-reference.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">
 ]>
@@ -28,34 +28,10 @@
   &introduction;
   &installation;
 
-  <chapter>
-    <title>A Guided Tour</title>
-    <para>
-    </para>
-  </chapter>
-
-  <chapter>
-    <title>Nix Syntax and Semantics</title>
-    <para>
-    </para>
-  </chapter>
-
-  <chapter>
-    <title>Fix Language Reference</title>
-    <para>
-    </para>
-  </chapter>
-
-  <chapter>
-    <title>Writing Builders</title>
-    <para>
-    </para>
-  </chapter>
-
   <appendix>
     <title>Command Reference</title>
-    &nix-reference;
-    &fix-reference;
+    &nix-store-reference;
+    &nix-instantiate-reference;
   </appendix>
 
   &troubleshooting;