summaryrefslogtreecommitdiffstats
path: root/xsettings/Makefile
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/Makefile
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/Makefile')
-rw-r--r--xsettings/Makefile11
1 files changed, 8 insertions, 3 deletions
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