mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Add missing man pages for tools.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@39837 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
78a695bc8e
commit
9edb35c362
4 changed files with 80 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2016-06-03 Yavor Doganov <yavor@gnu.org>
|
||||
|
||||
* Documentation/GSSpeechServer.1:
|
||||
* Documentation/say.1:
|
||||
* Documentation/GNUmakefile:
|
||||
Install tiny man pages for the GSSpeechServer and say tools.
|
||||
|
||||
2016-06-02 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSBitmapImageRep+PNG.m:
|
||||
|
|
|
@ -66,7 +66,14 @@ BUGS_TEXT_MAIN = todo.texi
|
|||
BUGS_DOC_INSTALL_DIR = Developer/Gui/ReleaseNotes/$(VERSION)
|
||||
|
||||
# Manual pages to install
|
||||
MAN1_PAGES = gopen.1 make_services.1 gclose.1 gcloseall.1 set_show_service.1
|
||||
MAN1_PAGES = \
|
||||
GSSpeechServer.1 \
|
||||
gopen.1 \
|
||||
make_services.1 \
|
||||
gclose.1 \
|
||||
gcloseall.1 \
|
||||
say.1 \
|
||||
set_show_service.1
|
||||
|
||||
ReleaseNotes_AGSDOC_FILES = ReleaseNotes.gsdoc
|
||||
ReleaseNotes_DOC_INSTALL_DIR = Developer/Gui
|
||||
|
|
29
Documentation/GSSpeechServer.1
Normal file
29
Documentation/GSSpeechServer.1
Normal file
|
@ -0,0 +1,29 @@
|
|||
.TH GSSPEECHSERVER 1 "June 2010" GNUstep "GNUstep System Manual"
|
||||
.SH NAME
|
||||
GSSpeechServer \- GNUstep Speech Server
|
||||
.SH SYNOPSIS
|
||||
.B GSSpeechServer
|
||||
.SH DESCRIPTION
|
||||
.B GSSpeechServer
|
||||
handles all speech-engine agnostic operations in a GNUstep
|
||||
environment. It is an initial/experimental implementation and is not
|
||||
fully functional yet.
|
||||
.SH OPTIONS
|
||||
.B GSSpeechServer
|
||||
doesn't accept any options; it runs as a user daemon and is launched
|
||||
automatically when needed by the
|
||||
.IR NSSpeechSynthesizer
|
||||
class.
|
||||
.SH SEE ALSO
|
||||
.BR say (1),
|
||||
.BR GNUstep (7).
|
||||
.SH AUTHORS
|
||||
.B GSSpeechServer
|
||||
was written by David Chisnall <theraven@sucs.org>. This man page was
|
||||
written by Yavor Doganov <yavor@gnu.org>.
|
||||
.SH COPYRIGHT
|
||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
.PP
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted in any medium without royalty provided the copyright
|
||||
notice and this notice are preserved.
|
36
Documentation/say.1
Normal file
36
Documentation/say.1
Normal file
|
@ -0,0 +1,36 @@
|
|||
.TH say 1 "June 2010" GNUstep "GNUstep System Manual"
|
||||
.SH NAME
|
||||
say \- convert text to audible speech using the GNUstep speech engine
|
||||
.SH SYNOPSIS
|
||||
.B say
|
||||
.RB [ -f
|
||||
.IR filename ]
|
||||
.RI [ some_text ]
|
||||
.SH DESCRIPTION
|
||||
.B say
|
||||
is a simple GNUstep tool which uses the GNUstep Speech Engine to
|
||||
convert input text to audible speech and play it through the sound
|
||||
device.
|
||||
.SH OPTIONS
|
||||
.IP "\fB-f \fIfilename"
|
||||
Read input text from
|
||||
.IR filename
|
||||
.IP "\fIsome text"
|
||||
Any text passed on the command line
|
||||
.SH EXAMPLES
|
||||
say \-f foo.txt
|
||||
.P
|
||||
say Hello, world!
|
||||
.SH SEE ALSO
|
||||
.BR GSSpeechServer (1),
|
||||
.BR GNUstep (7).
|
||||
.SH AUTHORS
|
||||
.B say
|
||||
was written by David Chisnall <theraven@sucs.org>. This man page was
|
||||
written by Yavor Doganov <yavor@gnu.org>.
|
||||
.SH COPYRIGHT
|
||||
Copyright (C) 2010 Free Software Foundation, Inc.
|
||||
.PP
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted in any medium without royalty provided the copyright
|
||||
notice and this notice are preserved.
|
Loading…
Reference in a new issue