[gnome-main-menu] application-browser: Add manpage



commit 65abb689a1f56ac596267a357299f6da8a139f58
Author: Stefano Karapetsas <stefano karapetsas com>
Date:   Fri Apr 26 16:44:17 2013 +0200

    application-browser: Add manpage

 application-browser/etc/Makefile.am           |    4 +++-
 application-browser/etc/application-browser.1 |   18 ++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/application-browser/etc/Makefile.am b/application-browser/etc/Makefile.am
index 92436fd..17ff8f7 100644
--- a/application-browser/etc/Makefile.am
+++ b/application-browser/etc/Makefile.am
@@ -12,6 +12,8 @@ gsettings_SCHEMAS = org.mate.gnome-main-menu.application-browser.gschema.xml
 $(desktop_DATA).in: $(desktop_DATA).in.in
        sed -e "s|\ BINDIR\@|$(bindir)|" $< > $@
 
-EXTRA_DIST = $(desktop_DATA).in.in $(gsettings_SCHEMAS).in.in
+man_MANS = application-browser.1
+
+EXTRA_DIST = $(desktop_DATA).in.in $(gsettings_SCHEMAS).in.in $(man_MANS)
 
 CLEANFILES = $(desktop_DATA) $(gsettings_SCHEMAS) $(desktop_DATA).in $(gsettings_SCHEMAS).in
diff --git a/application-browser/etc/application-browser.1 b/application-browser/etc/application-browser.1
new file mode 100644
index 0000000..461fc93
--- /dev/null
+++ b/application-browser/etc/application-browser.1
@@ -0,0 +1,18 @@
+.TH "application-browser" "1" 
+.SH "NAME" 
+application-browser \(em  browse installed applications 
+.SH "SYNOPSIS" 
+.PP 
+\fBapplication-browser\fR [\fB\-\-hide\fP]  [\fB\-\-help\fP]  
+.SH "DESCRIPTION" 
+.PP 
+\fBapplication-browser\fR allows you to browse installed applications. It
+highlights the new applications in the beginning of the list. 
+.SH "OPTIONS" 
+.IP "\fB\-\-hide\fP" 10 
+Hide on start (useful to preload the shell) 
+.IP "\fB\-\-help\fP" 10 
+Display help 
+.SH "AUTHOR" 
+.PP 
+This manual page was written by Stefano Karapetsas <stefano karapetsas com>


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