build: Clean up temporary files.

This commit is contained in:
Bradley Sepos 2016-04-02 19:23:35 -04:00
parent 03c6490659
commit 6f307a2fd6

View File

@ -121,8 +121,9 @@ function build_source {
-i .sedbak "${DEST}.html"
# clean up
rm -f "${DEST}.markdown"
rm -f "${DEST}.yaml"
rm -f "${DEST}.markdown"
rm -f "${DEST}.markdown.sedbak"
rm -f "${DEST}.html.temp"
rm -f "${DEST}.html.sedbak"