summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-11-07 13:56:54 +0000
committerRichard Hughes <richard@hughsie.com>2014-11-07 13:56:54 +0000
commit4656465846361b0c06c06eb5db891fcaef88918f (patch)
treefa96d572db22e8cabe11e7a5c84417d588f8c5e7
parent942898d8df0403c3b4753821d47d583d55c77432 (diff)
downloadcolord-4656465846361b0c06c06eb5db891fcaef88918f.tar.gz
Install the now-useful cd-it8 helper
-rw-r--r--client/Makefile.am2
-rw-r--r--man/Makefile.am7
-rw-r--r--man/cd-it8.sgml89
3 files changed, 96 insertions, 2 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 8d5d0f8..96c32ee 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -20,13 +20,13 @@ COLORD_LIBS = \
$(top_builddir)/lib/colord/libcolord.la
noinst_PROGRAMS = \
- cd-it8 \
cd-find-broken
bin_PROGRAMS = \
colormgr \
cd-create-profile \
cd-iccdump \
+ cd-it8 \
cd-fix-profile
cd_find_broken_SOURCES = \
diff --git a/man/Makefile.am b/man/Makefile.am
index a773d2b..8c6e94e 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,12 +1,14 @@
man_MANS_DIST = \
colormgr.1 \
cd-create-profile.1 \
- cd-fix-profile.1
+ cd-fix-profile.1 \
+ cd-it8.1
EXTRA_DIST = \
colormgr.sgml \
cd-create-profile.sgml \
cd-fix-profile.sgml \
+ cd-it8.sgml \
$(man_MANS_DIST)
if HAVE_DOCBOOK2MAN
@@ -24,6 +26,9 @@ cd-create-profile.1: cd-create-profile.sgml
cd-fix-profile.1: cd-fix-profile.sgml
$(AM_V_GEN) \
docbook2man $? > /dev/null
+cd-it8.1: cd-it8.sgml
+ $(AM_V_GEN) \
+ docbook2man $? > /dev/null
endif
MAINTAINERCLEANFILES = \
diff --git a/man/cd-it8.sgml b/man/cd-it8.sgml
new file mode 100644
index 0000000..e0ef56f
--- /dev/null
+++ b/man/cd-it8.sgml
@@ -0,0 +1,89 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY date "<date>7 November,2014</date>">
+ <!ENTITY package "cd-it8">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+ <refentryinfo>
+ <address>
+ <email>richard@hughsie.com</email>;
+ </address>
+ <author>
+ <firstname>Richard</firstname>
+ <surname>Hughes</surname>
+ </author>
+ <copyright>
+ <year>2014</year>
+ <holder>Richard Hughes</holder>
+ </copyright>
+ &date;
+ </refentryinfo>
+ <refmeta>
+ <refentrytitle>cd-it8</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+ <refnamediv>
+ <refname>&package;</refname>
+ <refpurpose>Color Manager Testing Tool</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&package;</command>
+ <arg><option>--verbose</option></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+ <para>
+ This manual page documents briefly the <command>&package;</command> command.
+ </para>
+ <para>
+ <command>&package;</command> allows an administrator to modify
+ IT8 files, such as <filename>.sp</filename>, <filename>.ti1</filename>,
+ <filename>.ti3</filename>, <filename>.ccmx</filename> in various ways.
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+ <para>
+ This program follows the usual &gnu; command line syntax,
+ with long options starting with two dashes (`-'). A summary of
+ options is included below.
+ </para>
+ <variablelist>
+ <varlistentry>
+ <term>
+ <option>--help</option>
+ </term>
+ <listitem>
+ <para>Show summary of options.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>This manual page was written by Richard Hughes <email>richard@hughsie.com</email>.
+ </para>
+ </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->