diff options
Diffstat (limited to 'xsettings')
-rw-r--r-- | xsettings/ChangeLog | 6 | ||||
-rw-r--r-- | xsettings/Makefile | 11 | ||||
-rw-r--r-- | xsettings/xsettings.xml | 9 |
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> - |