summaryrefslogtreecommitdiff
path: root/flex.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-21 09:33:49 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-21 09:33:49 +0000
commit177e5f8396df2a66541aa04f40658c3dd9115af7 (patch)
tree97866bcf981d6eea753db6909ef1d444eec78eb4 /flex.morph
parentd56b4f17c6757175e36d314e7aca8ac51bb3560f (diff)
downloadflex-177e5f8396df2a66541aa04f40658c3dd9115af7.tar.gz
flex.morph: Set dist_doc_DATA for install
I think it tries to build the documentation in install if it does not have it.
Diffstat (limited to 'flex.morph')
-rw-r--r--flex.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/flex.morph b/flex.morph
index 996449e..9554c61 100644
--- a/flex.morph
+++ b/flex.morph
@@ -9,7 +9,7 @@
"make dist_doc_DATA="
],
"install-commands": [
- "make DESTDIR=\"$DESTDIR\" install",
+ "make dist_doc_DATA= DESTDIR=\"$DESTDIR\" install",
"ln -sv libfl.a \"$DESTDIR/usr/lib/libl.a\"",
"echo '#!/bin/sh' >\"$DESTDIR/usr/bin/lex\"",
"echo 'exec /usr/bin/flex -l \"$@\"' >>\"$DESTDIR/usr/bin/lex\"",