summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-24 15:49:03 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2012-11-19 10:00:56 +0000
commit09e32963556f22e4abbf000a995b06dd5c31ab36 (patch)
tree6834517792f7731ebd12534ff8fdb0472993c55c
parentf141c260ce4d438299804e89bb77c3bef81ed86b (diff)
downloaddbus-09e32963556f22e4abbf000a995b06dd5c31ab36.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"
+ ]
+}