summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-01 23:08:57 +0900
committerJavier Jardón <jjardon@gnome.org>2016-11-08 13:40:53 +0000
commit8b447eb3f1af752eb2e62021238a5841e5a865f8 (patch)
treeefe74b11fe3c037d48b1eacc71de85d5714bc6a0
parent4036ee3d27a77c5a368da71f810105316ab67c82 (diff)
downloaddefinitions-8b447eb3f1af752eb2e62021238a5841e5a865f8.tar.gz
Removed c2man rampant chunk morph
This chunk seems to just be lying around here, not referred to by any strata and no git ref or anything: Get rid of this. Change-Id: I4ec58e9ecc4cc9b665833d52a2dd369aa23ef8ac
-rw-r--r--strata/c2man/c2man.morph11
1 files changed, 0 insertions, 11 deletions
diff --git a/strata/c2man/c2man.morph b/strata/c2man/c2man.morph
deleted file mode 100644
index 93390d2d..00000000
--- a/strata/c2man/c2man.morph
+++ /dev/null
@@ -1,11 +0,0 @@
-name: c2man
-kind: chunk
-configure-commands:
-- ./Configure -d -e
-build-commands:
-- make LEX=flex
-install-commands:
-- mkdir -p $DESTDIR$PREFIX/bin
-- mkdir -p $DESTDIR$PREFIX/lib
-- mkdir -p $DESTDIR$PREFIX/man
-- make install bin=$DESTDIR$PREFIX/bin privlib=$DESTDIR$PREFIX/lib/c2man mansrc=$DESTDIR$PREFIX/man