diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-08-27 20:53:12 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-08-27 20:53:12 -0400 |
commit | 110abb05bd389f99d9f53c9a95234a8d6d59bec1 (patch) | |
tree | c44556b42b192a2335f1310eda4b2bbed6add9d4 | |
parent | 999895eddb00cb535802409a46795c363b8d2422 (diff) |
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 <memsize@videotron.ca>
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | xmore.xml (renamed from xmore.sgml) | 0 |
2 files changed, 1 insertions, 1 deletions
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) |