diff options
Diffstat (limited to 'doc/manual/book.xml')
-rw-r--r-- | doc/manual/book.xml | 32 |
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; |