Add config option for DOCSDIR
This commit is contained in:
parent
b2295cd907
commit
f5e3be481b
|
@ -5,6 +5,7 @@ then
|
|||
fi
|
||||
|
||||
do_parameter_subst
|
||||
add_config_option "DOCSDIR" "${COPT_DOCSDIR_DEFAULT}"
|
||||
true
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
|
|
|
@ -93,7 +93,7 @@ COPT_CC_DEFAULT="gcc"
|
|||
COPT_CXX_DEFAULT="g++"
|
||||
COPT_CFLAGS_DEFAULT="-g -O2 -W -Wall"
|
||||
COPT_QTSTUFF_DEFAULT='-I${QTDIR}/include -L${QTDIR}/lib -lqt-mt'
|
||||
|
||||
COPT_DOCSDIR_DEFAULT="\${PREFIX}/doc/${P}"
|
||||
|
||||
|
||||
if [ ! -e "src" ]
|
||||
|
|
Loading…
Reference in New Issue