From a87889cebedbf0b3d45a41e83287b0b0f8fae7b7 Mon Sep 17 00:00:00 2001 From: Martin Blanchard Date: Sun, 9 Jun 2019 14:54:11 +0200 Subject: man: Port to DocBook 5 --- man/Makefile.am | 4 +-- man/cd-convert.sgml | 89 ----------------------------------------------------- man/cd-convert.xml | 67 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+), 91 deletions(-) delete mode 100644 man/cd-convert.sgml create mode 100644 man/cd-convert.xml 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.sgml deleted file mode 100644 index 5156d17..0000000 --- a/man/cd-convert.sgml +++ /dev/null @@ -1,89 +0,0 @@ - - 7 November,2014"> - - GNU"> - GPL"> -]> - - - -
- richard@hughsie.com; -
- - Richard - Hughes - - - 2014 - Richard Hughes - - &date; -
- - cd-convert - 1 - - - &package; - Color Manager Testing Tool - - - - &package; - - - - - DESCRIPTION - - This manual page documents briefly the &package; command. - - - &package; allows an administrator to create - IT8 files, such as .ti3, .ccmx - in various ways. - - - - OPTIONS - - This program follows the usual &gnu; command line syntax, - with long options starting with two dashes (`-'). A summary of - options is included below. - - - - - - - - Show summary of options. - - - - - - AUTHOR - This manual page was written by Richard Hughes richard@hughsie.com. - - -
- - diff --git a/man/cd-convert.xml b/man/cd-convert.xml new file mode 100644 index 0000000..636765b --- /dev/null +++ b/man/cd-convert.xml @@ -0,0 +1,67 @@ + + +
+ richard@hughsie.com; +
+ + + Richard + Hughes + + + + 2014 + Richard Hughes + + 7 November,2014 +
+ + cd-convert + 1 + User Commands + + + cd-convert + Color Manager Testing Tool + + + + cd-convert + + + + + DESCRIPTION + + This manual page documents briefly the cd-convert command. + + + cd-convert allows an administrator to create + IT8 files, such as .ti3, .ccmx + in various ways. + + + + OPTIONS + + This program follows the usual GNU command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + + Show summary of options. + + + + + + AUTHOR + This manual page was written by Richard Hughes richard@hughsie.com. + + +
-- cgit v1.2.1