summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-09-15 14:15:24 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-15 17:38:21 +0100
commit224d6a41d5898eea189bf87a4faace1aa982dffe (patch)
tree190fae759e79a05a62b0a303745685b02820fa47 /strata/core
parentdfc9aaa3880ef1f38a5716b2c2e5128692f7acc1 (diff)
downloaddefinitions-224d6a41d5898eea189bf87a4faace1aa982dffe.tar.gz
Bison depends on help2man
Move help2man to core as bison depends on it; the attempt to create manpages without help2man turns from no-op to hard error since automake 1.13
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/help2man.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/core/help2man.morph b/strata/core/help2man.morph
new file mode 100644
index 00000000..e25a8d8e
--- /dev/null
+++ b/strata/core/help2man.morph
@@ -0,0 +1,9 @@
+name: help2man
+kind: chunk
+configure-commands:
+- autoreconf -i
+- ./configure --prefix=/usr
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install