Makefile: remove docs/*.tmp files after running sed command there

This commit is contained in:
Aliaksandr Valialkin 2022-10-06 15:24:56 +03:00
parent 9f1632b30b
commit e7c2d057e6
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -230,6 +230,7 @@ copy-docs:
fi
cat ${SRC} >> ${DST}
sed -i='.tmp' 's/<img src=\"docs\//<img src=\"/' ${DST}
rm -rf docs/*.tmp
# Copies docs for all components and adds the order tag.
# For ORDER=0 it adds no order tag.