summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-04-23 16:44:40 +0200
committerStefano Karapetsas <[email protected]>2013-04-23 16:44:40 +0200
commit6f064dfd7f52202df314d31edefcca1826e2324b (patch)
treebd2242c4671739455b5df4595a14dea1d154553d
parentfa1976fffe10027a35b007b66951434059ef59ca (diff)
downloadmate-notification-daemon-6f064dfd7f52202df314d31edefcca1826e2324b.tar.bz2
mate-notification-daemon-6f064dfd7f52202df314d31edefcca1826e2324b.tar.xz
Add manpage for mate-notification-properties
Close #17 (https://github.com/mate-desktop/mate-notification-daemon/issues/17)
-rw-r--r--src/capplet/Makefile.am4
-rw-r--r--src/capplet/mate-notification-properties.125
2 files changed, 28 insertions, 1 deletions
diff --git a/src/capplet/Makefile.am b/src/capplet/Makefile.am
index c053d80..3a15e6d 100644
--- a/src/capplet/Makefile.am
+++ b/src/capplet/Makefile.am
@@ -12,6 +12,8 @@ desktopdir = $(datadir)/applications
desktop_in_files = mate-notification-properties.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+man_MANS = mate-notification-properties.1
+
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/src/daemon \
@@ -21,6 +23,6 @@ INCLUDES = \
-DNOTIFICATION_UIDIR=\"$(datadir)/mate-notification-daemon\"
CLEANFILES = $(desktop_DATA)
-EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) $(desktop_in_files)
+EXTRA_DIST = $(ui_DATA) $(pixmap_DATA) $(desktop_in_files) $(man_MANS)
-include $(top_srcdir)/git.mk
diff --git a/src/capplet/mate-notification-properties.1 b/src/capplet/mate-notification-properties.1
new file mode 100644
index 0000000..c263aee
--- /dev/null
+++ b/src/capplet/mate-notification-properties.1
@@ -0,0 +1,25 @@
+.TH "mate-notification-properties" "1" "2009-08-03"
+
+.SH "NAME"
+mate-notification-properties \- Set up the options for desktop notifications
+
+.SH "SYNOPSIS"
+.PP
+.B mate-notification-properties
+
+.SH "DESCRIPTION"
+.PP
+This manual page documents briefly the \fBmate-notification-properties\fR
+command.
+.PP
+\fBmate-notification-properties\fR is an utility to set up various
+options related to desktop notifications.
+
+.SH "AUTHOR"
+.PP
+.B mate-notification-properties was
+written by Jonh Wendell <[email protected]> and Perberos <[email protected]>.
+
+This manual page was written by Francois Wendling <[email protected]> for the
+notification-properties in Debian GNU/Linux system (but may be used by others)
+and adapted for MATE by Stefano Karapetsas <[email protected]>.