summaryrefslogtreecommitdiffstats
path: root/xsettings
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-10-09 19:08:32 +0000
committerOwen Taylor <otaylor@redhat.com>2002-10-09 19:08:32 +0000
commit4ccdf2f6cc4d87fcc3035981f3391561ec09f847 (patch)
treefcfcc4fc9f5fd4b7d3a4c67333ed19831c95f9b1 /xsettings
parent2decb51ecd1a22dbcc343dabd3120017a17255a0 (diff)
downloadxdg-specs-4ccdf2f6cc4d87fcc3035981f3391561ec09f847.tar.xz
Wed Oct 9 15:49:03 2002 Owen Taylor <otaylor@redhat.com>
* xsettings.xml: Convert to DocBook XML * Makefile: Add a rule for xsettings.html
Diffstat (limited to 'xsettings')
-rw-r--r--xsettings/ChangeLog6
-rw-r--r--xsettings/Makefile11
-rw-r--r--xsettings/xsettings.xml9
3 files changed, 19 insertions, 7 deletions
diff --git a/xsettings/ChangeLog b/xsettings/ChangeLog
index 2bcc683..8c9104a 100644
--- a/xsettings/ChangeLog
+++ b/xsettings/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 9 15:49:03 2002 Owen Taylor <otaylor@redhat.com>
+
+ * xsettings.xml: Convert to DocBook XML
+
+ * Makefile: Add a rule for xsettings.html
+
Wed Oct 9 15:32:20 2002 Owen Taylor <otaylor@redhat.com>
* xsettings.xml: Add the spec (prior to converting
diff --git a/xsettings/Makefile b/xsettings/Makefile
index cc126f9..44109c8 100644
--- a/xsettings/Makefile
+++ b/xsettings/Makefile
@@ -5,7 +5,7 @@ manager_objects = manager.o gtk-utils.o xsettings-common.o xsettings-manager.o
client_objects = client.o xsettings-common.o xsettings-client.o
-all: xsettings-manager xsettings-client
+all: xsettings-manager xsettings-client xsettings.html
xsettings-manager: $(manager_objects)
$(CC) -o $@ $(manager_objects) $(LIBS)
@@ -13,6 +13,11 @@ xsettings-manager: $(manager_objects)
xsettings-client: $(client_objects)
$(CC) -o $@ $(client_objects) $(LIBS)
-clean:
- rm -f *.o xsettings-manager xsettings-client
+xsettings.html: xsettings.xml
+ xmlto html-nochunks $<
+
+xsettings.ps: xsettings.xml
+ docbook2ps xsettings.xml
+clean:
+ rm -f *.o xsettings-manager xsettings-client xsettings.html
diff --git a/xsettings/xsettings.xml b/xsettings/xsettings.xml
index 81e901b..b621c19 100644
--- a/xsettings/xsettings.xml
+++ b/xsettings/xsettings.xml
@@ -1,7 +1,9 @@
-<!doctype article PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
+<?xml version="1.0"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
]>
<article id="index">
- <artheader>
+ <articleinfo>
<title>XSETTINGS - cross toolkit configuration proposal</title>
<releaseinfo>Version 0.5</releaseinfo>
<date>19 March 2001</date>
@@ -16,7 +18,7 @@
</affiliation>
</author>
</authorgroup>
- </artheader>
+ </articleinfo>
<sect1 id="goals">
<title>Goals</title>
@@ -368,4 +370,3 @@ be set to 65535.
</formalpara>
</appendix>
</article>
-