summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-24 15:49:03 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-24 15:49:03 +0000
commit060a96d1c6460e79f987eaf83b673a60e37e4b44 (patch)
tree4d550dead4ce3f7d6917ff5a2b703c01e890e553
parent8734e4a16ff220a7af0fd718ba50f92d23c496cf (diff)
downloaddbus-060a96d1c6460e79f987eaf83b673a60e37e4b44.tar.gz
dbus: add morph
XMLTO_OUTPUT is required to prevent the html documentation being needed when it can't be built without xmlto. There exists logic to prevent the documentation being built when it can't, however it doesn't prevent it being needed as with the usual releases such documentation is included.
-rw-r--r--dbus.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/dbus.morph b/dbus.morph
new file mode 100644
index 00000000..9ca73281
--- /dev/null
+++ b/dbus.morph
@@ -0,0 +1,11 @@
+{
+ "name": "dbus",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "build-commands": [
+ "make XMLTO_OUTPUT="
+ ],
+ "install-commands": [
+ "make XMLTO_OUTPUT= DESTDIR=\"$DESTDIR\" install"
+ ]
+}