summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Balneaves <[email protected]>2013-04-30 13:13:31 -0500
committerScott Balneaves <[email protected]>2013-04-30 13:15:50 -0500
commit18d379692f6da7ce965bded16cbe9f3535ac76e0 (patch)
treeeb8fa327bd8510a99ef6c69a0616e79ec3ded650
parent696ecd789f37f977ab13fa2198772c16fe6f93a4 (diff)
downloadeom-18d379692f6da7ce965bded16cbe9f3535ac76e0.tar.bz2
eom-18d379692f6da7ce965bded16cbe9f3535ac76e0.tar.xz
Added manpages. Closes #14
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
-rw-r--r--man/Makefile.am6
-rw-r--r--man/eom.128
4 files changed, 36 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5b63e52..df3b849 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ if ENABLE_JPEG
jpeg_DIRS = jpegutils
endif
-SUBDIRS = $(jpeg_DIRS) cut-n-paste bindings src plugins po help data doc
+SUBDIRS = $(jpeg_DIRS) cut-n-paste bindings src man plugins po help data doc
EXTRA_DIST = \
HACKING \
diff --git a/configure.ac b/configure.ac
index 16df795..cbf7b6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -454,6 +454,7 @@ AC_SEARCH_LIBS([floor],[m])
AC_CONFIG_FILES([
Makefile
src/Makefile
+man/Makefile
jpegutils/Makefile
cut-n-paste/Makefile
cut-n-paste/toolbar-editor/Makefile
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 0000000..559589e
--- /dev/null
+++ b/man/Makefile.am
@@ -0,0 +1,6 @@
+man_MANS = \
+ eom.1
+
+EXTRA_DIST = $(man_MANS)
+
+-include $(top_srcdir)/git.mk
diff --git a/man/eom.1 b/man/eom.1
new file mode 100644
index 0000000..ef3213f
--- /dev/null
+++ b/man/eom.1
@@ -0,0 +1,28 @@
+.\"
+.\" mate-image-viewer manual page.
+.\" (C) 2013 Scott Balneaves ([email protected])
+.\"
+.TH EOM 1 "MATE"
+.SH NAME
+eom \- Eye of Mate image viewer
+.SH SYNOPSIS
+.B eom [\-\-fullscreen] [\-\-disable-image-collection] [\-\-slide-show] [\-\-new instance]
+.SH DESCRIPTION
+The \fIeom\fP program allows you to view and perform some rudimentary image manipulation operations (rotate, flip, etc.).
+desktop.
+.SH OPTIONS
+.TP
+.I \-\-fullscreen
+Start eom in fullscreen mode.
+.TP
+.I \-\-disable-image-collection
+Disable image collection.
+.TP
+.I \-\-slide-show
+Open in slideshow mode.
+.TP
+.I \-\-new-instance
+Start a new instance instead of reusing an existing one.
+.SH BUGS
+If you find bugs in the \fIeom\fP program, please report
+these on https://github.com/mate-desktop/mate-image-viewer/issues.