summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-05-03 21:25:33 +0100
committerRichard Hughes <richard@hughsie.com>2013-05-03 21:25:33 +0100
commitb22e960c1d35b06c6361193611841874bdf310a3 (patch)
tree24666ab739b9ba0ab5430185dca9bfc7e78cd40d /man
parent2db6c8d13ef2729e667562be4cf8e7c6e91f79a7 (diff)
downloadcolord-b22e960c1d35b06c6361193611841874bdf310a3.tar.gz
Add a simple colord.conf manpage
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am5
-rw-r--r--man/colord.conf.sgml61
2 files changed, 66 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index a773d2b..a2aae54 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,12 +1,14 @@
man_MANS_DIST = \
colormgr.1 \
cd-create-profile.1 \
+ colord.conf.1 \
cd-fix-profile.1
EXTRA_DIST = \
colormgr.sgml \
cd-create-profile.sgml \
cd-fix-profile.sgml \
+ colord.conf.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
+colord.conf.1: colord.conf.sgml
+ $(AM_V_GEN) \
+ docbook2man $? > /dev/null
endif
MAINTAINERCLEANFILES = \
diff --git a/man/colord.conf.sgml b/man/colord.conf.sgml
new file mode 100644
index 0000000..37398f5
--- /dev/null
+++ b/man/colord.conf.sgml
@@ -0,0 +1,61 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY date "<date>20 December,2008</date>">
+ <!ENTITY package "colord.conf">
+ <!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>2013</year>
+ <holder>Richard Hughes</holder>
+ </copyright>
+ &date;
+ </refentryinfo>
+ <refmeta>
+ <refentrytitle>colord.conf</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+ <refnamediv>
+ <refname>&package;</refname>
+ <refpurpose>Color Manager Configuration File</refpurpose>
+ </refnamediv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+ <para>
+ Please see /etc/colord.conf for the detailed descriptions of each
+ option.
+ </para>
+ </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:
+-->