diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | man/Makefile.am | 6 | ||||
-rw-r--r-- | man/mate-file-share-properties.1 | 15 |
4 files changed, 23 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f192e8d..7587ec9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = data po src +SUBDIRS = data po src man EXTRA_DIST = \ intltool-extract.in \ diff --git a/configure.in b/configure.in index 28dcf2a..de9b590 100644 --- a/configure.in +++ b/configure.in @@ -208,6 +208,7 @@ data/icons/48x48/Makefile data/mate-user-share.desktop.in po/Makefile.in src/Makefile +man/Makefile ]) echo " diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..d46870e --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,6 @@ +man_MANS = \ + mate-file-share-properties.1 + +EXTRA_DIST = $(man_MANS) + +-include $(top_srcdir)/git.mk diff --git a/man/mate-file-share-properties.1 b/man/mate-file-share-properties.1 new file mode 100644 index 0000000..3f42294 --- /dev/null +++ b/man/mate-file-share-properties.1 @@ -0,0 +1,15 @@ +.\" +.\" mate-file-share-properties manual page. +.\" (C) 2013 Scott Balneaves ([email protected]) +.\" +.TH MATE-FILE-SHARE-PROPERTIES 1 "MATE" +.SH NAME +mate-file-share-properties \- Edit MATE file sharing properties. +.SH SYNOPSIS +.B mate-file-share-properties +.SH DESCRIPTION +The \fImate-file-share-properties\fP program allows you to turn on and off sharing of public files, as well as enabling or disabling Bluetooth filesharing. +desktop. +.SH BUGS +If you find bugs in the \fIeom\fP program, please report +these on https://github.com/mate-desktop/mate-user-share/issues. |