about summary refs log tree commit diff
path: root/doc/manual/local.mk
diff options
context:
space:
mode:
authordarealshinji <djcj@gmx.de>2014-09-20T07·08+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-23T13·10+0200
commita5b5ebc45fa770f88a4e375fd2b4ebd36a4e4cbe (patch)
tree81af800f4bf2c36bb05e9d8fc5e7bb5e017bb197 /doc/manual/local.mk
parentc313d86bb89c856ada169e5eb4941061ad182c29 (diff)
add manpage for nix-generate-patches
Diffstat (limited to 'doc/manual/local.mk')
-rw-r--r--doc/manual/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/local.mk b/doc/manual/local.mk
index 0a5353acd3..a4df921b46 100644
--- a/doc/manual/local.mk
+++ b/doc/manual/local.mk
@@ -36,7 +36,7 @@ dist-files += $(d)/manual.xmli $(d)/version.txt $(d)/manual.is-valid
 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-pull.1 \
-  nix-prefetch-url.1 nix-channel.1 \
+  nix-prefetch-url.1 nix-channel.1 nix-generate-patches.1 \
   nix-install-package.1 nix-hash.1 nix-copy-closure.1 \
   nix.conf.5 nix-daemon.8, \
   $(d)/$(n))