summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-07-22 14:57:44 +0200
committerStefano Karapetsas <[email protected]>2013-07-22 14:57:44 +0200
commit70fd5cb8f4b8ba154e75a1b971c6c56ccb56b968 (patch)
tree95fbcef7b45fd9c3f3a89c467289058b41331575
parenta6896713292f6a101f4185f5de2a71259e09cb56 (diff)
downloadmozo-70fd5cb8f4b8ba154e75a1b971c6c56ccb56b968.tar.bz2
mozo-70fd5cb8f4b8ba154e75a1b971c6c56ccb56b968.tar.xz
Add manpage for mozo
Closes #5 https://github.com/mate-desktop/mate-menu-editor/issues/5
-rw-r--r--data/Makefile.am4
-rw-r--r--data/mozo.121
2 files changed, 24 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 26821b0..daa2b1d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,11 +6,13 @@ desktopdir = $(datadir)/applications
desktop_in_files = mozo.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+man_MANS = mozo.1
+
pkgdata_DATA = mozo.ui
CLEANFILES = $(desktop_DATA)
-EXTRA_DIST = $(pkgdata_DATA)
+EXTRA_DIST = $(pkgdata_DATA) $(man_MANS)
install-data-hook: $(UPDATE_DESKTOP)
diff --git a/data/mozo.1 b/data/mozo.1
new file mode 100644
index 0000000..6eead93
--- /dev/null
+++ b/data/mozo.1
@@ -0,0 +1,21 @@
+.TH MOZO 1 "October 22, 2005"
+.SH NAME
+mozo \- edit freedesktop.org menus
+.SH SYNOPSIS
+.B mozo
+.SH DESCRIPTION
+This manual page documents briefly the
+.B mozo
+commands.
+.PP
+\fBmozo\fP is a program that for editing freedesktop.org complient menus
+for MATE Desktop.
+\fBmozo\fP is a fork of alacarte.
+.SH OPTIONS
+.SH SEE ALSO
+.SH AUTHOR
+alacarte was written by Travis Watkins.
+mozo is maintained by Perberos, Steve Zesch and Stefano Karapetsas.
+.PP
+This manual page was written by Travis Watkins <[email protected]> for
+alacarte.