diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-02-02T10·51+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-02-02T10·51+0000 |
commit | d9f30fe7c74ae8518a575c0d15ee00aa46a2229a (patch) | |
tree | 14919393077b5cac95a3f76d78364cf38b4c05ba /doc/manual/Makefile.am | |
parent | 47c003cb5999344aa2e4cb9f912551e33a94cd41 (diff) |
* Sort `nix-env -q' output by derivation name.
* `--version' flag for all commands. * Manual updates.
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r-- | doc/manual/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index b1f5c3f46560..8bf06cf2b468 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -8,7 +8,7 @@ XSLTPROC = $(ENV) $(xsltproc) $(xmlflags) --catalogs \ SOURCES = manual.xml introduction.xml installation.xml overview.xml \ nix-env.xml nix-store.xml nix-instantiate.xml \ - troubleshooting.xml bugs.xml opt-verbose.xml \ + troubleshooting.xml bugs.xml opt-common.xml opt-common-syn.xml \ quick-start.xml style.css images manual.is-valid: $(SOURCES) version.xml |