summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-01-04 01:22:34 -0800
committerKeith Packard <keithp@keithp.com>2014-01-04 01:22:34 -0800
commite3daf14bc190c9be06d9a004afe4b97805c8eede (patch)
tree2b12a69fd0bdac716c985b714605d026a95c3bf5
parent4297e5d36fb2302800d762196488d9e473c12d55 (diff)
Add manual
-rw-r--r--Makefile.am2
-rw-r--r--xtsttopng.127
2 files changed, 29 insertions, 0 deletions
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 <keithp@keithp.com>
+.\"
+.\" 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