summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-20 18:11:39 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-20 18:11:39 +0000
commitd56b4f17c6757175e36d314e7aca8ac51bb3560f (patch)
treef6851fd6b3b176b10f1edc7df7347e534cf9bc9a
parentd80678c676eb050461be6d07450cc624381fdbdd (diff)
downloadflex-d56b4f17c6757175e36d314e7aca8ac51bb3560f.tar.gz
Clear dist_doc_DATA when calling make to avoid building documentation.
-rw-r--r--flex.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/flex.morph b/flex.morph
index f2fb964..996449e 100644
--- a/flex.morph
+++ b/flex.morph
@@ -6,7 +6,7 @@
"./configure --prefix=/usr"
],
"build-commands": [
- "make"
+ "make dist_doc_DATA="
],
"install-commands": [
"make DESTDIR=\"$DESTDIR\" install",