Author: rfm
Date: Fri Jun 3 20:47:30 2016
New Revision: 39837
URL: http://svn.gna.org/viewcvs/gnustep?rev=39837&view=rev
Log:
Add missing man pages for tools.
Added:
libs/gui/trunk/Documentation/GSSpeechServer.1
libs/gui/trunk/Documentation/say.1
Modified:
libs/gui/trunk/ChangeLog
libs/gui/trunk/Documentation/GNUmakefile
Modified: libs/gui/trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/ChangeLog?rev=39837&r1=39836&r2=39837&view=diff
==============================================================================
--- libs/gui/trunk/ChangeLog (original)
+++ libs/gui/trunk/ChangeLog Fri Jun 3 20:47:30 2016
@@ -1,3 +1,10 @@
+2016-06-03 Yavor Doganov <[email protected]>
+
+ * Documentation/GSSpeechServer.1:
+ * Documentation/say.1:
+ * Documentation/GNUmakefile:
+ Install tiny man pages for the GSSpeechServer and say tools.
+
2016-06-02 Fred Kiefer <[email protected]>
* Source/NSBitmapImageRep+PNG.m:
Modified: libs/gui/trunk/Documentation/GNUmakefile
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Documentation/GNUmakefile?rev=39837&r1=39836&r2=39837&view=diff
==============================================================================
--- libs/gui/trunk/Documentation/GNUmakefile (original)
+++ libs/gui/trunk/Documentation/GNUmakefile Fri Jun 3 20:47:30 2016
@@ -66,7 +66,14 @@
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
Added: libs/gui/trunk/Documentation/GSSpeechServer.1
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Documentation/GSSpeechServer.1?rev=39837&view=auto
==============================================================================
--- libs/gui/trunk/Documentation/GSSpeechServer.1 (added)
+++ libs/gui/trunk/Documentation/GSSpeechServer.1 Fri Jun 3 20:47:30 2016
@@ -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 <[email protected]>. This man page was
+written by Yavor Doganov <[email protected]>.
+.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.
Added: libs/gui/trunk/Documentation/say.1
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Documentation/say.1?rev=39837&view=auto
==============================================================================
--- libs/gui/trunk/Documentation/say.1 (added)
+++ libs/gui/trunk/Documentation/say.1 Fri Jun 3 20:47:30 2016
@@ -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 <[email protected]>. This man page was
+written by Yavor Doganov <[email protected]>.
+.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.
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs