summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-04 11:59:07 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-04 12:39:32 +0000
commit5ac56aae00ecb0301890d44019bba7cbd05f345f (patch)
treed79f2953b9092a6dca3ce9adc96fbb3a12efc762
parent05604af5a6da635b8bca51269db8b433972e82c0 (diff)
downloadruby-baserock/liw/sam/chef.tar.gz
Create correct split rule for ruby-docbaserock/liw/sam/chef
The docs are about 70MB so it's very useful to be able to split them out of systems.
-rw-r--r--ruby.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/ruby.morph b/ruby.morph
index c5d4afe1a6..d6cbfeed0f 100644
--- a/ruby.morph
+++ b/ruby.morph
@@ -1,5 +1,13 @@
name: ruby
kind: chunk
+products:
+- artifact: ruby-doc
+ include:
+ - usr/share/ri/.*
+ # Need to include the default rules too :( Known issue with splitting.
+ - (usr/)?share/doc/.*
+ - (usr/)?share/man/.*
+ - (usr/)?share/info/.*
configure-commands:
- autoconf
- ./configure --prefix=/usr --enable-shared --with-baseruby=/usr/bin/ruby-1.8