summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 15:23:47 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-23 15:23:47 +0100
commit09deaadb1a4078a0f0ef2c80c88e9b740f3d05c4 (patch)
tree628dfbe53bfd8b76997c5ac2a333d71dcaca2371
parent44189f8129edff56668cad6846579adc0e64f8f3 (diff)
downloadupower-baserock/morph.tar.gz
Add morphology, disable man page generationbaserock/morph
We don't have docbook schemas yet.
-rw-r--r--upower.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/upower.morph b/upower.morph
new file mode 100644
index 0000000..aa56e49
--- /dev/null
+++ b/upower.morph
@@ -0,0 +1,9 @@
+{
+ "name": "upower",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "NOCONFIGURE=1 ./autogen.sh",
+ "./configure --prefix=\"$PREFIX\" --disable-man-pages"
+ ]
+}