[devhelp] merge (and extend) man page that was shipped in Debian



commit 23d71d6615d3c950d7d566514550cd421141e0ac
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun May 24 11:12:15 2015 +0200

    merge (and extend) man page that was shipped in Debian
    
    https://bugzilla.gnome.org/show_bug.cgi?id=593267

 data/Makefile.am |    3 +++
 data/devhelp.1   |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 7318d96..37cfc6b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -38,12 +38,15 @@ org.gnome.Devhelp.service: Makefile
                     echo 'Exec=${bindir}/devhelp --gapplication-service') > $  tmp && \
                     mv $  tmp $@
 
+man_MANS = devhelp.1
+
 EXTRA_DIST =                   \
        libdevhelp-3.0.pc.in    \
        $(desktop_in_files)     \
        $(gsettings_SCHEMAS)    \
        devhelp.convert \
        $(assistant_DATA) \
+       $(man_MANS) \
        $(app_data_in_files)
 
 CLEANFILES =                   \
diff --git a/data/devhelp.1 b/data/devhelp.1
new file mode 100644
index 0000000..5eacacd
--- /dev/null
+++ b/data/devhelp.1
@@ -0,0 +1,38 @@
+.TH "devhelp" "1" "" "" "devhelp"
+.SH "NAME"
+.LP
+devhelp \- An API documentation browser
+.SH "SYNTAX"
+.LP
+devhelp [\fIOPTIONS\fP]
+.SH "DESCRIPTION"
+.LP
+DevHelp is an API documentation browser for GNOME.
+.br
+.SH "OPTIONS"
+.LP
+.TP
+\fB\-s, \-\-search\fR=KEYWORD
+Search for a keyword (function, symbol...).
+.LP
+.TP
+\fB\-a, \-\-search-assistant\fR=KEYWORD
+Search and display any hit in the assistant window.
+.SH "EXAMPLES"
+.LP
+To run this program the standard way type:
+.LP
+devhelp
+.LP
+If you would like to search for a function, type:
+.LP
+devhelp \-s search-string
+.SH "AUTHORS"
+.LP
+DevHelp was written by Johan Dahlin <zilch am home se>, Mikael Hallendal
+<micke codefactory se>, Richard Hult <rhult codefactory se>, Frederic Peters
+<fpeters 0d be>, Aleksander Morgado <aleksander aleksander es>, and
+Ignacio Casal Quinteiro <icq gnome org>.
+.LP
+This manual page is Copyright (c) 2001  Johan Dahlin <zilch am home se> and Copyright(c) 2015  Frederic 
Peters <fpeters 0d be>.
+It has been written for the Debian GNU/Linux distribution and is distributed under the GNU General Public 
License. As such, it may be used, modified and distributed by anyone else as long as this copyright notice is 
preserved.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]