summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-13 15:03:09 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-13 15:03:09 +0000
commite0424fd063b32630e020afc6c1018a3003310531 (patch)
treef8ce262070fea3c3328efa11ad0064f1172fbcbb
parent0c3390ea0b359075dcba51f4728bc39f57755803 (diff)
downloadgroff-e0424fd063b32630e020afc6c1018a3003310531.tar.gz
add morph
-rw-r--r--groff.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/groff.morph b/groff.morph
new file mode 100644
index 00000000..f6364b18
--- /dev/null
+++ b/groff.morph
@@ -0,0 +1,15 @@
+{
+ "name": "groff",
+ "kind": "chunk",
+ "configure-commands": [
+ "PAGE=A4 ./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install",
+ "ln -sv eqn \"$DESTDIR/usr/bin/geqn\"",
+ "ln -sv tbl \"$DESTDIR/usr/bin/gtbl\""
+ ]
+}