* Man pages in sections.

This commit is contained in:
Eelco Dolstra 2003-12-21 21:57:09 +00:00
parent 397c8ba898
commit df7a718786
4 changed files with 14 additions and 7 deletions

View File

@ -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

View File

@ -6,8 +6,9 @@
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY installation SYSTEM "installation.xml">
<!ENTITY overview SYSTEM "overview.xml">
<!ENTITY nix-store-reference SYSTEM "nix-store-reference.xml">
<!ENTITY nix-instantiate-reference SYSTEM "nix-instantiate-reference.xml">
<!ENTITY common-options SYSTEM "common-options.xml">
<!ENTITY nix-store SYSTEM "nix-store.xml">
<!ENTITY nix-instantiate SYSTEM "nix-instantiate.xml">
<!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
<!ENTITY bugs SYSTEM "bugs.xml">
]>
@ -32,8 +33,15 @@
<appendix>
<title>Command Reference</title>
&nix-store-reference;
&nix-instantiate-reference;
&common-options;
<sect1>
<title>nix-store</title>
&nix-store;
</sect1>
<sect1>
<title>nix-instantiate</title>
&nix-instantiate;
</sect1>
</appendix>
&troubleshooting;