mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Commit patch by Yavor Doganov <yavor@gnu.org> to provide a man page for
GSSpeechRecognitionServer.
This commit is contained in:
parent
66ca536acc
commit
da3298bad4
3 changed files with 46 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2020-04-30 Yavor Doganov <yavor@gnu.org>
|
||||
|
||||
* Documentation/GSSpeechRecognitionServer.1: Add simplistic
|
||||
manpage for GSSpeechRecognitionServer.
|
||||
* Documentation/GNUmakefile: Install it conditionally.
|
||||
|
||||
2020-05-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSHorizontalTypesetter.m (_addExtraLineFragment): Make
|
||||
|
|
|
@ -27,7 +27,7 @@ GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make
|
|||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../Version
|
||||
#include ../config.make
|
||||
include ../config.make
|
||||
|
||||
# The documents to be generated
|
||||
DOCUMENT_NAME = ReleaseNotes
|
||||
|
@ -75,6 +75,10 @@ MAN1_PAGES = \
|
|||
say.1 \
|
||||
set_show_service.1
|
||||
|
||||
ifdef BUILD_SPEECH_RECOGNIZER
|
||||
MAN1_PAGES += GSSpeechRecognitionServer.1
|
||||
endif
|
||||
|
||||
ReleaseNotes_AGSDOC_FILES = ReleaseNotes.gsdoc
|
||||
ReleaseNotes_DOC_INSTALL_DIR = Developer/Gui
|
||||
|
||||
|
|
35
Documentation/GSSpeechRecognitionServer.1
Normal file
35
Documentation/GSSpeechRecognitionServer.1
Normal file
|
@ -0,0 +1,35 @@
|
|||
.TH GSSPEECHRECOGNITIONSERVER 1 "April 2020" GNUstep "GNUstep Manual"
|
||||
.SH NAME
|
||||
GSSpeechRecognitionServer \- GNUstep Speech Recognition Server
|
||||
.SH SYNOPSIS
|
||||
.B GSSpeechRecognitionServer
|
||||
.SH DESCRIPTION
|
||||
The
|
||||
.IR NSSpeechRecognizer
|
||||
class in conjunction with the
|
||||
.B GSSpeechRecognitionServer
|
||||
application provide a speech recognition interface in a GNUstep
|
||||
environment. It allows GNUstep apps to recognize predefined voice
|
||||
commands and respond to them accordingly.
|
||||
.SH OPTIONS
|
||||
.B GSSpeechRecognitionServer
|
||||
doesn't accept any options; it is launched automatically when needed
|
||||
by the
|
||||
.IR NSSpeechRecognizer
|
||||
class.
|
||||
.SH SEE ALSO
|
||||
.BR say (1),
|
||||
.BR GSSpeechServer (1),
|
||||
.BR GNUstep (7).
|
||||
.SH AUTHORS
|
||||
.B GSSpeechRecognitionServer
|
||||
was written by Gregory John Casamento <greg.casamento@gmail.com>.
|
||||
This man page was written by Yavor Doganov <yavor@gnu.org>.
|
||||
.SH COPYRIGHT
|
||||
Copyright (C) 2020 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