diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-11-05T13·10+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-11-05T13·10+0000 |
commit | 6ca9c7f0a91a2998ecd0063ff68f01e6eca12759 (patch) | |
tree | 7a16e9ca875940177ff0525af84f85cff71d811b /doc/manual/Makefile.am | |
parent | 8b934694f27c309b6f39ae2dede8130dc591ed49 (diff) |
* Finished GNU Hello walkthrough.
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r-- | doc/manual/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 98d85ecf7a96..e577be8c6f96 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -4,7 +4,8 @@ XMLLINT = $(ENV) $(xmllint) $(xmlflags) --catalogs XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \ --param section.autolabel 1 \ --param section.label.includes.component.label 1 \ - --param html.stylesheet \'style.css\' + --param html.stylesheet \'style.css\' \ + --param xref.with.number.and.title 0 man1_MANS = nix-env.1 nix-store.1 nix-instantiate.1 \ nix-collect-garbage.1 nix-push.1 nix-pull.1 \ |