Sha256: 81f6c1176192d69deae7eb63b580c142f330a66a3539837ca560d1e13e59e530
Contents?: true
Size: 572 Bytes
Versions: 24
Compression:
Stored size: 572 Bytes
Contents
# metaconfig.in -> metaconfig # 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
24 entries across 24 versions & 1 rubygems