summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-17 15:33:41 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-17 15:33:41 +0000
commit65ba5120a9662f9431f54d684db6a88df216e6b1 (patch)
tree40274b2f499a07e36b2080f527b9e723e9eef1e2
parent4ca63c0cf0f37ab550bcca8b36f67f631cf1f8d0 (diff)
downloadtexinfo-tarball-65ba5120a9662f9431f54d684db6a88df216e6b1.tar.gz
add morph
-rw-r--r--texinfo-tarball.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/texinfo-tarball.morph b/texinfo-tarball.morph
new file mode 100644
index 0000000..4b48c75
--- /dev/null
+++ b/texinfo-tarball.morph
@@ -0,0 +1,14 @@
+{
+ "name": "texinfo-tarball",
+ "kind": "chunk",
+ "configure-commands": [
+ "./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install",
+ "make DESTDIR=\"$DESTDIR\" TEXMF=/usr/share/texmf install-tex"
+ ]
+}