summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-12 14:51:17 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-12 14:51:17 +0000
commit69a67d0a9d128b5e6be866c62cd43ca38dfc165a (patch)
tree8fc6ae35d0894e331c9d215d63a5d03f4bb012af
parent52e3b9289b9929f43dc50018dd674010d5caf562 (diff)
downloadhelp2man-69a67d0a9d128b5e6be866c62cd43ca38dfc165a.tar.gz
add morph
-rw-r--r--help2man.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/help2man.morph b/help2man.morph
new file mode 100644
index 0000000..d5bcabd
--- /dev/null
+++ b/help2man.morph
@@ -0,0 +1,14 @@
+{
+ "name": "help2man",
+ "kind": "chunk",
+ "configure-commands": [
+ "autoreconf -i",
+ "./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install"
+ ]
+}