mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
Makefile: remove docs/*.tmp files after running sed
command there
This commit is contained in:
parent
9f1632b30b
commit
e7c2d057e6
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue