diff options
-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// |