diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-27 20:41:17 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-27 20:41:17 +0200 |
commit | 8f2849a87119c06fc997b62c6f375d0e2c5896f2 (patch) | |
tree | 2b7f047c5db4b7c6d70ecc9d509d074fc5a98bd0 /thumbnailer | |
parent | 0ccbc83f09c65cdb252c63ee110bac7e91f4c7bd (diff) | |
download | atril-8f2849a87119c06fc997b62c6f375d0e2c5896f2.tar.bz2 atril-8f2849a87119c06fc997b62c6f375d0e2c5896f2.tar.xz |
thumbnailer: Add manpage
Diffstat (limited to 'thumbnailer')
-rw-r--r-- | thumbnailer/Makefile.am | 5 | ||||
-rw-r--r-- | thumbnailer/atril-thumbnailer.1 | 18 |
2 files changed, 22 insertions, 1 deletions
diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index ab59f5c2..a64cbe6a 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -1,5 +1,7 @@ bin_PROGRAMS = atril-thumbnailer +man_MANS = atril-thumbnailer.1 + atril_thumbnailer_SOURCES = \ atril-thumbnailer.c @@ -38,7 +40,8 @@ atril.thumbnailer: $(thumbnailer_in_files) $< > $@ EXTRA_DIST = \ - $(thumbnailer_in_files) + $(thumbnailer_in_files) \ + $(man_MANS) DISTCLEANFILES = \ $(thumbnailer_DATA) diff --git a/thumbnailer/atril-thumbnailer.1 b/thumbnailer/atril-thumbnailer.1 new file mode 100644 index 00000000..16cd4300 --- /dev/null +++ b/thumbnailer/atril-thumbnailer.1 @@ -0,0 +1,18 @@ +.TH atril\-thumbnailer 1 2007\-01\-15 +.SH NAME +atril\-thumbnailer \- create png thumbnails from atril supported documents +.SH SYNOPSIS +\fBatril\-thumbnailer\fR [\-s \fBsize\fR] \fBinput\fR \fBoutput\fR +.SH DESCRIPTION +atril\-thumbnailer is a MATE program to +create thumbnails from files supported by atril. +.SH OPTIONS +atril\-thumbnailer obeys all normal GTK+ +command line options. The only option \-s \fIsize +\fRmakes it possible to choose the vertical size +of the created thumbnail. +.SH "SEE ALSO" +\fBatril\fR(1), +\fBgtk\-options\fR(7). +.PP +http://www.mate-desktop.org// |