about summary refs log tree commit diff
path: root/doc/manual/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-09-29T10·31+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-09-29T10·31+0000
commit30c7db85d81840d9d99841ab72e95c5267a925a6 (patch)
tree18cb09c810ba37bacbd24bc555c6f91efccb3977 /doc/manual/Makefile.am
parente2eed05224ed9bbc64014db9158bbc42bd3d9bef (diff)
* Manual updates, some style improvements.
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r--doc/manual/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index 23c663fbad..d06539f9b6 100644
--- a/doc/manual/Makefile.am
+++ b/doc/manual/Makefile.am
@@ -4,7 +4,8 @@ XSLTPROC = $(xsltproc) $(xmlflags) \
  --param section.label.includes.component.label 1 \
  --param html.stylesheet \'style.css\' \
  --param xref.with.number.and.title 1 \
- --param toc.section.depth 3
+ --param toc.section.depth 3 \
+ --param admon.style \'\'
 
 man1_MANS = nix-env.1 nix-build.1 nix-store.1 nix-instantiate.1 \
  nix-collect-garbage.1 nix-push.1 nix-pull.1 \