From e3daf14bc190c9be06d9a004afe4b97805c8eede Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 4 Jan 2014 01:22:34 -0800 Subject: Add manual --- Makefile.am | 2 ++ xtsttopng.1 | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 xtsttopng.1 diff --git a/Makefile.am b/Makefile.am index 810442c..c1b7d25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,8 @@ bin_PROGRAMS = xtsttopng +man_MANS = xtsttopng.1 + AM_CFLAGS = $(XTSTTOPNG_CFLAGS) $(CWARNFLAGS) xtsttopng_LDADD = $(XTSTTOPNG_LIBS) diff --git a/xtsttopng.1 b/xtsttopng.1 new file mode 100644 index 0000000..759c6d0 --- /dev/null +++ b/xtsttopng.1 @@ -0,0 +1,27 @@ +.\" +.\" Copyright © 2014 Keith Packard +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; version 2 of the License. +.\" +.\" This program 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., +.\" 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. +.\" +.TH XTSTTOPNG 1 __xorgversion__ +.SH NAME +xtsttopng \- Convert X Test Suite images to PNG format +.SH SYNOPSIS +\fBxtsttopng\fP \fBxtest-image-file\fP ... +.SH DESCRIPTION +The \fIxtsttopng\fP program is used to convert X test suite images +into something easily viewable by the user without the need for +specialized X test suite tools. +.SH AUTHOR +Keith Packard, Intel -- cgit v1.2.3