mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Makefile: remove docs/*.tmp files after running sed
command there
This commit is contained in:
parent
9acf1845f4
commit
ecd2f7451b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -403,6 +403,7 @@ copy-docs:
|
||||||
fi
|
fi
|
||||||
cat ${SRC} >> ${DST}
|
cat ${SRC} >> ${DST}
|
||||||
sed -i='.tmp' 's/<img src=\"docs\//<img 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.
|
# Copies docs for all components and adds the order tag.
|
||||||
# For ORDER=0 it adds no order tag.
|
# For ORDER=0 it adds no order tag.
|
||||||
|
|
Loading…
Reference in a new issue