diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | doc/whispers.texi | 60 | ||||
-rw-r--r-- | hall.scm | 4 |
3 files changed, 2 insertions, 64 deletions
diff --git a/Makefile.am b/Makefile.am index 4b647a7..285a603 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,8 +43,6 @@ AM_SCM_LOG_FLAGS = --no-auto-compile -L "$(top_srcdir)" AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)" -info_TEXINFOS = doc/whispers.texi - EXTRA_DIST = README.org \ README \ HACKING \ diff --git a/doc/whispers.texi b/doc/whispers.texi deleted file mode 100644 index bcceaf0..0000000 --- a/doc/whispers.texi +++ /dev/null @@ -1,60 +0,0 @@ -\input texinfo -@c -*-texinfo-*- - -@c %**start of header -@setfilename whispers.info -@documentencoding UTF-8 -@settitle Whispers Reference Manual -@c %**end of header - -@include version.texi - -@copying -Copyright @copyright{} 2024 Runciter - -Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.3 or -any later version published by the Free Software Foundation; with no -Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A -copy of the license is included in the section entitled ``GNU Free -Documentation License''. -@end copying - -@dircategory The Algorithmic Language Scheme -@direntry -* Whispers: (whispers). -@end direntry - -@titlepage -@title The Whispers Manual -@author Runciter - -@page -@vskip 0pt plus 1filll -Edition @value{EDITION} @* -@value{UPDATED} @* - -@insertcopying -@end titlepage - -@contents - -@c ********************************************************************* -@node Top -@top Whispers - -This document describes Whispers version @value{VERSION}. - -@menu -* Introduction:: Why Whispers? -@end menu - -@c ********************************************************************* -@node Introduction -@chapter Introduction - -INTRODUCTION HERE - -This documentation is a stub. - -@bye @@ -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"))) |