diff options
author | Runciter | 2024-09-23 01:26:04 +0800 |
---|---|---|
committer | Runciter | 2024-09-23 01:26:04 +0800 |
commit | f310e913f82e18cb9e02b48fe4cb0c50178cd1a8 (patch) | |
tree | 8af9e4e73f8ac0fae4b9cd2bfbfa8690939a7a51 /hall.scm | |
parent | a6f833087a0220b1487cb5a4550f0b0d22ba55ec (diff) | |
download | whispers-command-f310e913f82e18cb9e02b48fe4cb0c50178cd1a8.tar.gz |
Remove stub info manual.
M Makefile.am
D doc/whispers.texi
M hall.scm
Diffstat (limited to 'hall.scm')
-rw-r--r-- | hall.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,8 @@ "The whispers command is a simple convenience wrapper\n around the herd program. Instead of specifying a file path\nto the listening socket of a running shepherd in the whispers tree, the\nuser simply provides its absolute whispers tree path as an\nargument to the --lieutenant option of this command.") (home-page "") (license gpl3+) - (dependencies `(("guile-config" (config) ,guile-config))) + (dependencies + `(("guile-config" (config) ,guile-config))) (skip ()) (features ((guix #f) @@ -29,7 +30,6 @@ (symlink "README" "README.org") (text-file "HACKING") (text-file "COPYING") - (directory "doc" ((texi-file "whispers"))) (text-file "NEWS") (text-file "AUTHORS") (text-file "ChangeLog"))) |