mirror of https://github.com/OpenTTD/OpenTTD
Codechange: [AzurePipeline] move docs and source to developer files section
parent
e3511ecacd
commit
196247ae71
|
@ -41,6 +41,8 @@ FILES=
|
||||||
DEV_FILES=
|
DEV_FILES=
|
||||||
for filename in $(ls ${FOLDER} | grep -v ".txt$\|.md$\|sum$" | sort); do
|
for filename in $(ls ${FOLDER} | grep -v ".txt$\|.md$\|sum$" | sort); do
|
||||||
case ${filename} in
|
case ${filename} in
|
||||||
|
*docs* |\
|
||||||
|
*source* |\
|
||||||
*dbg.deb |\
|
*dbg.deb |\
|
||||||
*pdb.xz )
|
*pdb.xz )
|
||||||
DEV_FILES+=" ${filename}"
|
DEV_FILES+=" ${filename}"
|
||||||
|
|
Loading…
Reference in New Issue