diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-08T16·56+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-08T16·56+0000 |
commit | 30b31a8f6190dad40ca972b445420e10f47a9afc (patch) | |
tree | b68a36c5d7199dcf9399070aba04c0e2a1f785b9 /doc/manual/Makefile.am | |
parent | b5942155314ea4b479fabde6ce236866f5ef4b97 (diff) |
* Start of nix-env reference.
* Some CSS tweaks.
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r-- | doc/manual/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index a0fa19406a93..f0344ef64919 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -7,7 +7,7 @@ XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \ --param html.stylesheet \'style.css\' SOURCES = manual.xml introduction.xml installation.xml overview.xml \ - nix-store.xml nix-instantiate.xml \ + nix-env.xml nix-store.xml nix-instantiate.xml \ troubleshooting.xml bugs.xml opt-verbose.xml \ style.css images @@ -18,7 +18,7 @@ manual.is-valid: $(SOURCES) version.xml version.xml: echo -n $(VERSION) > version.xml -man1_MANS = nix-store.1 nix-instantiate.1 +man1_MANS = nix-env.1 nix-store.1 nix-instantiate.1 man $(MANS): $(SOURCES) manual.is-valid $(XSLTPROC) $(docbookxsl)/manpages/docbook.xsl manual.xml |