File: metaconfig

package info (click to toggle)
ruby-rmagick 2.13.2-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,620 kB
  • ctags: 1,785
  • sloc: ansic: 16,759; ruby: 9,717; makefile: 14; sh: 14
file content (7 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
# 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')