Sha256: c40684af9b44cc29ba95da47a952f2cebed0032aec163ef10037094f469c956e
Contents?: true
Size: 542 Bytes
Versions: 28
Compression:
Stored size: 542 Bytes
Contents
# define additional install.rb config options # add --allow-example-errors - default is false (only allow 5 examples to fail) add_bool_config('allow-example-errors', false, 'Allow installation to proceed even if a lot of examples fail') # add --disable-htmldoc - default is false, if true don't build doc and examples add_bool_config('disable-htmldoc', false, "don't build HTML doc and examples") # add --doc-dir - default is $prefix/share/RMagick add_path_config('doc-dir', "$prefix/share/RMagick", 'where to install RMagick documentation')
Version data entries
28 entries across 28 versions & 2 rubygems