diff options
author | Shea Levy <shea@shealevy.com> | 2016-08-10T12·20-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2016-08-10T12·20-0400 |
commit | 15c035c13f3c452ffef3960e97bd0e9b38d98ec2 (patch) | |
tree | 8a7909bcee714533db1bac4d5f596ff0301e3014 /doc/manual/local.mk | |
parent | c8608c488c10789d381b784cf69bb81e2e2b088d (diff) |
Remove nix-install-package.
Refs #831
Diffstat (limited to 'doc/manual/local.mk')
-rw-r--r-- | doc/manual/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/local.mk b/doc/manual/local.mk index 3c4fc52dfd67..9a1123638ebb 100644 --- a/doc/manual/local.mk +++ b/doc/manual/local.mk @@ -41,7 +41,7 @@ man-pages := $(foreach n, \ nix-env.1 nix-build.1 nix-shell.1 nix-store.1 nix-instantiate.1 \ nix-collect-garbage.1 nix-push.1 \ nix-prefetch-url.1 nix-channel.1 \ - nix-install-package.1 nix-hash.1 nix-copy-closure.1 \ + nix-hash.1 nix-copy-closure.1 \ nix.conf.5 nix-daemon.8, \ $(d)/$(n)) |