diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-21T21·57+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-12-21T21·57+0000 |
commit | df7a718786c83e1eca908864820bb05ab964c451 (patch) | |
tree | d1df804c89f0c75b60a52c6ce0f89c9fbf7e6b1c /doc/manual/Makefile.am | |
parent | 397c8ba898a522512ea56a3d2ae78dedda01bd77 (diff) |
* Man pages in sections.
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r-- | doc/manual/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 34039ba361c7..46c79ae3b899 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 |