diff options
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/mozo.1 | 21 |
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. |