From e319043d5039e32383cc1e9617b35b005647e29d Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 20 Jul 2012 17:28:17 +0100 Subject: gnome-doc-utils.morph: Read to disable documentation This avoids us requiring the Docbook DTDs --- gnome-doc-utils.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gnome-doc-utils.morph diff --git a/gnome-doc-utils.morph b/gnome-doc-utils.morph new file mode 100644 index 0000000..307bd84 --- /dev/null +++ b/gnome-doc-utils.morph @@ -0,0 +1,9 @@ +{ + "name": "gnome-doc-utils", + "kind": "chunk", + "build-system": "autotools", + "configure-commands": [ + "NOCONFIGURE=1 ./autogen.sh", + "./configure --prefix=\"$PREFIX\" --disable-documentation --disable-scrollkeeper" + ] +} -- cgit v1.2.1