summaryrefslogtreecommitdiff
path: root/strata/foundation/groff.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation/groff.morph')
-rw-r--r--strata/foundation/groff.morph13
1 files changed, 0 insertions, 13 deletions
diff --git a/strata/foundation/groff.morph b/strata/foundation/groff.morph
deleted file mode 100644
index 8380a9cc..00000000
--- a/strata/foundation/groff.morph
+++ /dev/null
@@ -1,13 +0,0 @@
-name: groff
-kind: chunk
-max-jobs: 1
-configure-commands:
-- PAGE=A4 ./configure --prefix="$PREFIX"
-build-commands:
-# hack to avoid a netpbm dependency
-- touch doc/gnu.eps
-- make
-install-commands:
-- make DESTDIR="$DESTDIR" install
-- ln -s eqn "$DESTDIR$PREFIX/bin/geqn"
-- ln -s tbl "$DESTDIR$PREFIX/bin/gtbl"