summaryrefslogtreecommitdiff
path: root/doc/dbus
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-08-09 14:27:32 +0100
committerRichard Hughes <richard@hughsie.com>2008-08-09 14:27:32 +0100
commit918c35586bf257d316b0dfc6c0822a9c9c142f17 (patch)
tree9bc33b487f1024c3995168baf746f84295087ac1 /doc/dbus
parent6a498f04873034cc856c02870e7ed0f18fe2094d (diff)
downloadupower-918c35586bf257d316b0dfc6c0822a9c9c142f17.tar.gz
refactor out DkpDevice and DkpSupply so we can add another type of device without a metric ton of copy and paste
Diffstat (limited to 'doc/dbus')
-rw-r--r--doc/dbus/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dbus/Makefile.am b/doc/dbus/Makefile.am
index d2685f4..c8511ac 100644
--- a/doc/dbus/Makefile.am
+++ b/doc/dbus/Makefile.am
@@ -1,11 +1,11 @@
-all : org.freedesktop.DeviceKit.Power.ref.xml org.freedesktop.DeviceKit.Power.Source.ref.xml
+all : org.freedesktop.DeviceKit.Power.ref.xml org.freedesktop.DeviceKit.Power.Device.ref.xml
org.freedesktop.DeviceKit.Power.ref.xml : $(top_srcdir)/src/org.freedesktop.DeviceKit.Power.xml $(top_srcdir)/doc/dbus/spec-to-docbook.xsl
echo "<?xml version=\"1.0\"?>""<!DOCTYPE refentry PUBLIC \"-//OASIS//DTD DocBook XML V4.1.2//EN\" \"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd\">" > $@
$(XSLTPROC) $(top_srcdir)/doc/dbus/spec-to-docbook.xsl $< | tail -n +2 >> $@
-org.freedesktop.DeviceKit.Power.Source.ref.xml : $(top_srcdir)/src/org.freedesktop.DeviceKit.Power.Source.xml $(top_srcdir)/doc/dbus/spec-to-docbook.xsl
+org.freedesktop.DeviceKit.Power.Device.ref.xml : $(top_srcdir)/src/org.freedesktop.DeviceKit.Power.Device.xml $(top_srcdir)/doc/dbus/spec-to-docbook.xsl
echo "<?xml version=\"1.0\"?>""<!DOCTYPE refentry PUBLIC \"-//OASIS//DTD DocBook XML V4.1.2//EN\" \"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd\">" > $@
$(XSLTPROC) $(top_srcdir)/doc/dbus/spec-to-docbook.xsl $< | tail -n +2 >> $@