mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-12 17:20:40 +01:00
build: Build manuals by default
This commit is contained in:
parent
5fc43a2d8c
commit
7d2d861d7d
3
build.sh
3
build.sh
@ -365,7 +365,7 @@ OPT_INSTALL=false
|
||||
OPT_COMPRESS=false
|
||||
OPT_VERIFY=true
|
||||
OPT_BANNER=true
|
||||
OPT_MANUALS=false
|
||||
OPT_MANUALS=true
|
||||
OPT_INLINE=true
|
||||
OPT_MINIFY="lib"
|
||||
OPT_PREFIX="/usr/local"
|
||||
@ -380,6 +380,7 @@ while shiftopt; do
|
||||
--install) OPT_INSTALL=true ;;
|
||||
--compress) OPT_COMPRESS=true ;;
|
||||
--manuals) OPT_MANUALS=true ;;
|
||||
--no-manuals) OPT_MANUALS=false ;;
|
||||
--no-verify) OPT_VERIFY=false ;;
|
||||
--no-banner) OPT_BANNER=false ;;
|
||||
--no-inline) OPT_INLINE=false ;;
|
||||
|
Loading…
Reference in New Issue
Block a user