about summary refs log tree commit diff
path: root/doc/manual/manual.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/manual.xml')
-rw-r--r--doc/manual/manual.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/manual/manual.xml b/doc/manual/manual.xml
index 4b2088cffda7..61205d916993 100644
--- a/doc/manual/manual.xml
+++ b/doc/manual/manual.xml
@@ -4,10 +4,8 @@
       version="5.0">
 
   <info>
-
     <title>Nix Package Manager Guide</title>
-
-    <edition>Version <xi:include href="version.txt" parse="text" /></edition>
+    <subtitle>Version <xi:include href="version.txt" parse="text" /></subtitle>
 
     <author>
       <personname>
@@ -25,22 +23,23 @@
       <holder>Eelco Dolstra</holder>
     </copyright>
 
-    <date>September 2014</date>
+    <date>November 2014</date>
 
   </info>
 
+  <!--
   <preface>
     <title>Preface</title>
     <para>This manual describes how to set up and use the Nix package
     manager.</para>
   </preface>
+  -->
 
   <xi:include href="introduction/introduction.xml" />
-  <xi:include href="quick-start/quick-start.xml" />
   <xi:include href="installation/installation.xml" />
   <xi:include href="packages/package-management.xml" />
   <xi:include href="expressions/writing-nix-expressions.xml" />
-  <xi:include href="builds/build-farm.xml" />
+  <xi:include href="advanced-topics/advanced-topics.xml" />
   <xi:include href="command-ref/command-ref.xml" />
   <xi:include href="troubleshooting/troubleshooting.xml" />
   <xi:include href="glossary/glossary.xml" />