summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-30 12:17:58 +0200
committerStefano Karapetsas <[email protected]>2013-07-30 12:17:58 +0200
commit3c31f3b9af1f8927455436076320524994a40709 (patch)
treece52828e15dac4902535a78510f68008e2af7abb
parent1b71c2674875413e14bcd5e0b0e4f89a24835708 (diff)
downloadmate-control-center-3c31f3b9af1f8927455436076320524994a40709.tar.bz2
mate-control-center-3c31f3b9af1f8927455436076320524994a40709.tar.xz
appearance: Add manpage
-rw-r--r--capplets/appearance/data/Makefile.am3
-rw-r--r--capplets/appearance/data/mate-appearance-properties.128
2 files changed, 30 insertions, 1 deletions
diff --git a/capplets/appearance/data/Makefile.am b/capplets/appearance/data/Makefile.am
index 987213fb..73785a2d 100644
--- a/capplets/appearance/data/Makefile.am
+++ b/capplets/appearance/data/Makefile.am
@@ -53,8 +53,9 @@ if ENABLE_UPDATE_MIMEDB
$(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime"
endif
+man_MANS = mate-appearance-properties.1
-EXTRA_DIST = $(xml_in_files)
+EXTRA_DIST = $(xml_in_files) $(man_MANS)
CLEANFILES = $(desktop_in_files) $(desktop_DATA) $(mime_DATA)
diff --git a/capplets/appearance/data/mate-appearance-properties.1 b/capplets/appearance/data/mate-appearance-properties.1
new file mode 100644
index 00000000..8c56ba65
--- /dev/null
+++ b/capplets/appearance/data/mate-appearance-properties.1
@@ -0,0 +1,28 @@
+.TH "mate-appearance-properties" "1"
+
+.SH "NAME"
+mate-appearance-properties \(em is a control center applet.
+
+.SH "SYNOPSIS"
+.PP
+\fBmate-appearance-properties\fR [\fIOPTIONS\fR]... [\fIWALLPAPER\fR]...
+
+.SH "DESCRIPTION"
+.PP
+MATE Appearance Properties is a control center applet to edit appearance
+settings.
+.PP
+It allows to change: GTK theme, window manager theme, icon theme, cursor
+theme, desktop background and font settings.
+
+.SH "OPTIONS"
+.PP
+.IP "\fB-i,\fP \fB\-\-install-theme=\fIFILENAME\fR\fP " 10
+Specify the filename of a theme to install
+.PP
+.IP "\fB-p,\fP \fB\-\-show-page=\fIPAGE\fR\fP " 10
+Specify the name of the page to show (theme|background|fonts|interface)
+
+.SH "AUTHOR"
+.PP
+This manual page was written by Stefano Karapetsas <[email protected]>. \ No newline at end of file