summaryrefslogtreecommitdiff
path: root/maximus
diff options
context:
space:
mode:
authorMike Gabriel <[email protected]>2014-04-26 12:06:11 +0200
committerStefano Karapetsas <[email protected]>2014-04-26 12:06:11 +0200
commitf00f03c9a696bd9ed6dc66b6979822d9f2dc7644 (patch)
tree101985cb36c2f32786426a72964ad5753332f76a /maximus
parent7311b32506803327ed73ed63b50d63ee468d610a (diff)
downloadmate-netbook-f00f03c9a696bd9ed6dc66b6979822d9f2dc7644.tar.bz2
mate-netbook-f00f03c9a696bd9ed6dc66b6979822d9f2dc7644.tar.xz
Add manpage for maximus
Closes https://github.com/mate-desktop/mate-netbook/issues/9
Diffstat (limited to 'maximus')
-rw-r--r--maximus/Makefile.am4
-rw-r--r--maximus/mate-maximus.123
2 files changed, 26 insertions, 1 deletions
diff --git a/maximus/Makefile.am b/maximus/Makefile.am
index 139c675..b1994a4 100644
--- a/maximus/Makefile.am
+++ b/maximus/Makefile.am
@@ -45,8 +45,10 @@ convert_DATA = mate-maximus.convert
desktopdir=$(sysconfdir)/xdg/autostart
dist_desktop_DATA=mate-maximus-autostart.desktop
+man_MANS = mate-maximus.1
+
CLEANFILES = $(gsettings_SCHEMAS) \
$(gsettings_SCHEMAS_in)
-EXTRA_DIST = $(gsettings_SCHEMAS_in_in) $(convert_DATA)
+EXTRA_DIST = $(gsettings_SCHEMAS_in_in) $(convert_DATA) $(man_MANS)
diff --git a/maximus/mate-maximus.1 b/maximus/mate-maximus.1
new file mode 100644
index 0000000..4ecee7f
--- /dev/null
+++ b/maximus/mate-maximus.1
@@ -0,0 +1,23 @@
+.\" Title: mate-maximus
+.\" Author: Mike Gabriel <[email protected]>
+.\" Date: 04/25/2014
+.\" Manual: User Commands
+.\" Source: MATE Desktop Environment
+.\" Language: English
+.\"
+.TH "MATE\-MAXIMUS" "1" "" "MATE" "User Commands"
+.SH "NAME"
+mate-maximus \- force all windows to be full-screen
+.SH "SYNOPSIS"
+mate-maximus
+.SH "DESCRIPTION"
+.PP
+This manual page documents briefly maximus.
+.PP
+\fBmate-maximus\fR is an X program for the MATE Desktop Environment that forces all windows to be
+full\-screen. This tool is shipped with the MATE netbook utilities.
+.SH "OPTIONS"
+\fBmate-maximus\fR takes no command line arguments.
+.SH "AUTHOR"
+This man page has been written by Mike Gabriel <mike.gabriel@das\-netzwerkteam.de> for
+the Debian system and the MATE Desktop project (and it may be used by others, as well).