add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
DW_DL_CACHE=dw_dl_cache
DW_VERSION="dokuwiki-2020-07-29"
# Empty = on job per core
PARALLEL_NB_JOBS=3
# Do not edit below
if ! [ x$PARALLEL_NB_JOBS = x ]; then
PARALLEL_JOB_ARG="--jobs $PARALLEL_NB_JOBS"
else
PARALLEL_JOB_ARG=''
fi
export PARALLEL_JOB_ARG