LDoc: copy screenshot into target directory

This commit is contained in:
Jordan Irwin 2021-08-09 23:34:34 -07:00
parent 7cb4ab119c
commit 4ce58d8633

View File

@ -62,6 +62,8 @@ for vinfo in $(git tag -l --sort=-v:refname | grep "^v[0-9]"); do
rm -f "${d_ldoc}/README.md"
cp "${d_root}/screenshot.png" "${d_export}"
if test -d "${d_root}/textures"; then
# copy textures to data directory
echo -e "\ncopying textures ..."