diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-07T10·47+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-07T10·47+0000 |
commit | 57d023a184bdc2f30cd7052c157e43ba1bca8288 (patch) | |
tree | ed0fb54875b55ab2d49f2cdbd05f34563cfbf093 /doc/manual/Makefile.am | |
parent | f1ae10b992cf8b3b5f13c5bf69f264872c0a4f4f (diff) |
* More manual updates.
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r-- | doc/manual/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index f5dfdb1dd876..60853df05dfa 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -5,9 +5,10 @@ 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 0 \ + --param toc.section.depth 3 -man1_MANS = nix-env.1 nix-store.1 nix-instantiate.1 \ +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 |