From 224d6a41d5898eea189bf87a4faace1aa982dffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 15 Sep 2014 14:15:24 +0100 Subject: 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 --- strata/core/help2man.morph | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 strata/core/help2man.morph (limited to 'strata/core') 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 -- cgit v1.2.1