summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-17 14:45:42 +0100
committerStefano Karapetsas <[email protected]>2014-01-17 14:45:42 +0100
commit9f32109b8aa05bb2124aa768305db73bacc05e4d (patch)
tree7a4ec5179d9a32a4694a8ccf04dfd27e7fa84ad4 /data
parent9c32611f64a68d2693b6f12ee9a2be46cf6af603 (diff)
downloadengrampa-9f32109b8aa05bb2124aa768305db73bacc05e4d.tar.bz2
engrampa-9f32109b8aa05bb2124aa768305db73bacc05e4d.tar.xz
Add manpage for engrampa
Taken from debian file-roller package and adapted Closes #16 https://github.com/mate-desktop/engrampa/issues/16
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am3
-rw-r--r--data/engrampa.167
2 files changed, 70 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 2c7fc8e..8ad8f1f 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -18,6 +18,8 @@ gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
@GSETTINGS_RULES@
+man_MANS = engrampa.1
+
convertdir = $(datadir)/MateConf/gsettings
convert_DATA = engrampa.convert
@@ -42,6 +44,7 @@ EXTRA_DIST = \
$(desktop_in_files) \
$(desktop_DATA) \
$(gsettingsschema_in_files) \
+ $(man_MANS) \
$(NULL)
DISTCLEANFILES = \
diff --git a/data/engrampa.1 b/data/engrampa.1
new file mode 100644
index 0000000..01a1c5f
--- /dev/null
+++ b/data/engrampa.1
@@ -0,0 +1,67 @@
+.\" Copyright (C) 2007 Sven Arvidsson <[email protected]>
+.\"
+.\" This is free software; you may redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2,
+.\" or (at your option) any later version.
+.\"
+.\" This is distributed in the hope that it will be useful, but
+.\" WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\"You should have received a copy of the GNU General Public License along
+.\"with this program; if not, write to the Free Software Foundation, Inc.,
+.\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+.TH engrampa 1 "2014\-01\-17" "MATE"
+.SH NAME
+engrampa \- archive manager for MATE
+.SH SYNOPSIS
+.B engrampa
+.RI [ OPTIONS... ]
+.RI [ FILE... ]
+.SH DESCRIPTION
+Engrampa is a graphical interface to archiving utilities such as
+tar and zip. It is a fork of File Roller.
+.P
+It supports most common operations such as creating, modifing and
+extracting files from an archive. You can also view the contents of an
+archive and open files contained in the archive.
+.SH OPTIONS
+.TP
+.B \-a, \-\-add\-to=ARCHIVE
+Add files to the specified archive and quit the program
+.TP
+.B \-d, \-\-add FILE
+Add files asking the name of the archive and quit the program
+.TP
+.B \-e, \-\-extract\-to=FOLDER
+Extract archives to the specified folder and quit the program
+.TP
+.B \-f, \-\-extract
+Extract archives asking the destination folder and quit the program
+.TP
+.B \-h, \-\-extract\-here
+Extract archives using the archive name as destination folder and quit the program
+.TP
+.B \-\-default\-dir=FOLDER
+Default folder to use for the '\-\-add' and '\-\-extract' commands
+.TP
+.B \-\-force
+Create destination folder without asking confirmation
+.P
+This program also accepts the standard GTK options.
+.SH AUTHORS
+.B engrampa
+is written by Paolo Bacchilega <[email protected]> and Perberos
+.P
+This manual page was written by Sven Arvidsson <[email protected]>,
+for the Debian project (but may be used by others) for File Roller and
+adapted for Engrampa by Stefano Karapetsas <[email protected]>.
+.SH SEE ALSO
+.BR "gtk-options" (7),
+.P
+The online documentation available through the program's
+.I Help
+menu.