summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnome-doc-utils.morph9
1 files changed, 9 insertions, 0 deletions
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"
+ ]
+}