From df7a718786c83e1eca908864820bb05ab964c451 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 21 Dec 2003 21:57:09 +0000 Subject: [PATCH] * Man pages in sections. --- doc/manual/Makefile.am | 5 ++--- doc/manual/book.xml | 16 ++++++++++++---- ...antiate-reference.xml => nix-instantiate.xml} | 0 .../{nix-store-reference.xml => nix-store.xml} | 0 4 files changed, 14 insertions(+), 7 deletions(-) rename doc/manual/{nix-instantiate-reference.xml => nix-instantiate.xml} (100%) rename doc/manual/{nix-store-reference.xml => nix-store.xml} (100%) diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 34039ba361..46c79ae3b8 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -6,9 +6,8 @@ XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \ --param section.label.includes.component.label 1 \ --param html.stylesheet \'style.css\' -SOURCES = book.xml introduction.xml installation.xml \ - overview.xml \ - nix-store-reference.xml nix-instantiate-reference.xml \ +SOURCES = book.xml introduction.xml installation.xml overview.xml \ + common-options.xml nix-store.xml nix-instantiate.xml \ troubleshooting.xml bugs.xml \ style.css diff --git a/doc/manual/book.xml b/doc/manual/book.xml index 7248e5e18b..e8896b073f 100644 --- a/doc/manual/book.xml +++ b/doc/manual/book.xml @@ -6,8 +6,9 @@ - - + + + ]> @@ -32,8 +33,15 @@ Command Reference - &nix-store-reference; - &nix-instantiate-reference; + &common-options; + + nix-store + &nix-store; + + + nix-instantiate + &nix-instantiate; + &troubleshooting; diff --git a/doc/manual/nix-instantiate-reference.xml b/doc/manual/nix-instantiate.xml similarity index 100% rename from doc/manual/nix-instantiate-reference.xml rename to doc/manual/nix-instantiate.xml diff --git a/doc/manual/nix-store-reference.xml b/doc/manual/nix-store.xml similarity index 100% rename from doc/manual/nix-store-reference.xml rename to doc/manual/nix-store.xml