From fb45b0f5482546b98c984fb9fa753332ba84f72d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 9 Apr 2005 17:16:00 +0000 Subject: * Document nix-channel. --- doc/manual/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual/Makefile.am') diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index f5a93cf30..81367fd14 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -5,12 +5,12 @@ XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \ --param section.autolabel 1 \ --param section.label.includes.component.label 1 \ --param html.stylesheet \'style.css\' \ - --param xref.with.number.and.title 0 \ + --param xref.with.number.and.title 1 \ --param toc.section.depth 3 man1_MANS = nix-env.1 nix-build.1 nix-store.1 nix-instantiate.1 \ nix-collect-garbage.1 nix-push.1 nix-pull.1 \ - nix-prefetch-url.1 + nix-prefetch-url.1 nix-channel.1 FIGURES = figures/user-environments.png -- cgit v1.2.3