diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-18T14·43+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-18T14·43+0000 |
commit | fa791116a35479bd295f5666c8d35fba60e0c98d (patch) | |
tree | 8b0ec403ac381b15dffaf61ef04fe0a8b221cfe7 /doc/manual/Makefile.am | |
parent | 3f4ed681c2e16ab7a73e31835a6a7e29d5857dd7 (diff) |
* Get rid of nix-pack-closure / nix-unpack-closure, they're redundant.
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r-- | doc/manual/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 1011ee7aa1b2..62a7e9bff410 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -14,7 +14,6 @@ XSLTPROC = $(xsltproc) $(xmlflags) \ man1_MANS = nix-env.1 nix-build.1 nix-store.1 nix-instantiate.1 \ nix-collect-garbage.1 nix-push.1 nix-pull.1 \ nix-prefetch-url.1 nix-channel.1 \ - nix-pack-closure.1 nix-unpack-closure.1 \ nix-install-package.1 nix-hash.1 nix-copy-closure.1 FIGURES = figures/user-environments.png |