From 110abb05bd389f99d9f53c9a95234a8d6d59bec1 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 27 Aug 2010 20:53:12 -0400 Subject: Change xmore DocBook XML file extension from .sgml to .xml This file is used as the input format for the man page. Signed-off-by: Gaetan Nadon --- Makefile.am | 2 +- xmore.sgml | 64 ------------------------------------------------------------- xmore.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+), 65 deletions(-) delete mode 100644 xmore.sgml create mode 100644 xmore.xml diff --git a/Makefile.am b/Makefile.am index 08872fa..c2a8841 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ appdefaultdir = @appdefaultdir@ dist_appdefault_DATA = \ app-defaults/XMore -EXTRA_DIST = xmore.sgml +EXTRA_DIST = xmore.xml appmandir = $(APP_MAN_DIR) diff --git a/xmore.sgml b/xmore.sgml deleted file mode 100644 index a92b317..0000000 --- a/xmore.sgml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - xmore - __appmansuffix__ - - - xmore - - plain text display program for the X Window System - - - - xmore - - - - - - DESCRIPTION - - xmore is a plain text browser. - - - - - - - - SEE ALSO - - - - - - X11__miscmansuffix__ - xman__appmansuffix__ - - - - - - - diff --git a/xmore.xml b/xmore.xml new file mode 100644 index 0000000..a92b317 --- /dev/null +++ b/xmore.xml @@ -0,0 +1,64 @@ + + + + + + + xmore + __appmansuffix__ + + + xmore + + plain text display program for the X Window System + + + + xmore + + + + + + DESCRIPTION + + xmore is a plain text browser. + + + + + + + + SEE ALSO + + + + + + X11__miscmansuffix__ + xman__appmansuffix__ + + + + + + + -- cgit v1.2.3