diff options
author | David Thompson <dthompson@member.fsf.org> | 2014-04-06 20:30:37 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2014-04-08 20:42:08 -0400 |
commit | cb3da2339a372bc71e2c678c826bbda0825f27e4 (patch) | |
tree | 85b84bb91b727ba3523ef971ca8398cf1149d5ec /gnu-system.am | |
parent | 67ca0a01bb3ffb425f9f6e278ac013987fe304c4 (diff) | |
download | guix-cb3da2339a372bc71e2c678c826bbda0825f27e4.tar guix-cb3da2339a372bc71e2c678c826bbda0825f27e4.tar.gz |
gnu: Move help2man package to (gnu packages man) module.
* gnu/packages/man.scm (help2man): New variable.
* gnu/packages/help2man.scm: Delete it.
* gnu/packages/cdrom.scm: Import (gnu packages man).
* gnu/packages/zile.scm: Import (gnu packages man).
* gnu-system.am (GNU_SYSTEM_MODULES): Delete 'gnu/packages/help2man.scm'.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 362297645f..2c257ba9eb 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -107,7 +107,6 @@ GNU_SYSTEM_MODULES = \ gnu/packages/guile-wm.scm \ gnu/packages/gv.scm \ gnu/packages/gxmessage.scm \ - gnu/packages/help2man.scm \ gnu/packages/hugs.scm \ gnu/packages/hurd.scm \ gnu/packages/icu4c.scm \ |