summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Blanchard <tchaik@gmx.com>2019-06-09 14:54:11 +0200
committerRichard Hughes <richard@hughsie.com>2019-06-09 18:17:37 +0100
commita87889cebedbf0b3d45a41e83287b0b0f8fae7b7 (patch)
treea384840699747d01c758d72b67f2cd7073bbe135
parentdbe157e84d19bb40e62ca0a8e9c47d1719b71f58 (diff)
downloadcolord-gtk-a87889cebedbf0b3d45a41e83287b0b0f8fae7b7.tar.gz
man: Port to DocBook 5
-rw-r--r--man/Makefile.am4
-rw-r--r--man/cd-convert.xml (renamed from man/cd-convert.sgml)50
2 files changed, 16 insertions, 38 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index f9c22c2..f3721d7 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -2,7 +2,7 @@ man_MANS_DIST = \
cd-convert.1
EXTRA_DIST = \
- cd-convert.sgml \
+ cd-convert.xml \
$(man_MANS_DIST)
if HAVE_DOCBOOK2MAN
@@ -11,7 +11,7 @@ man_MANS = \
endif
if HAVE_DOCBOOK2MAN
-cd-convert.1: cd-convert.sgml
+cd-convert.1: cd-convert.xml
$(AM_V_GEN) \
docbook2man $? > /dev/null
endif
diff --git a/man/cd-convert.sgml b/man/cd-convert.xml
index 5156d17..636765b 100644
--- a/man/cd-convert.sgml
+++ b/man/cd-convert.xml
@@ -1,47 +1,42 @@
-<!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>
+<refentry xmlns="http://docbook.org/ns/docbook" version="5.0">
+ <info>
<address>
<email>richard@hughsie.com</email>;
</address>
<author>
- <firstname>Richard</firstname>
- <surname>Hughes</surname>
+ <personname>
+ <firstname>Richard</firstname>
+ <surname>Hughes</surname>
+ </personname>
</author>
<copyright>
<year>2014</year>
<holder>Richard Hughes</holder>
</copyright>
- &date;
- </refentryinfo>
+ <date>7 November,2014</date>
+ </info>
<refmeta>
<refentrytitle>cd-convert</refentrytitle>
<manvolnum>1</manvolnum>
+ <refmiscinfo class="manual">User Commands</refmiscinfo>
</refmeta>
<refnamediv>
- <refname>&package;</refname>
+ <refname>cd-convert</refname>
<refpurpose>Color Manager Testing Tool</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
- <command>&package;</command>
+ <command>cd-convert</command>
<arg><option>--verbose</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>
- This manual page documents briefly the <command>&package;</command> command.
+ This manual page documents briefly the <command>cd-convert</command> command.
</para>
<para>
- <command>&package;</command> allows an administrator to create
+ <command>cd-convert</command> allows an administrator to create
IT8 files, such as <filename>.ti3</filename>, <filename>.ccmx</filename>
in various ways.
</para>
@@ -49,7 +44,7 @@
<refsect1>
<title>OPTIONS</title>
<para>
- This program follows the usual &gnu; command line syntax,
+ This program follows the usual <acronym>GNU</acronym> command line syntax,
with long options starting with two dashes (`-'). A summary of
options is included below.
</para>
@@ -70,20 +65,3 @@
</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:
--->