avoid an error when building from clean CI environment

This commit is contained in:
Matthias Mailänder
2014-06-05 10:32:56 +02:00
parent dd7e92112e
commit e6dea1335b

View File

@@ -21,7 +21,7 @@ make package
# Remove the mdb files that are created during `make`
find . -path "*.mdb" -delete
rm Changelog.md
test -e Changelog.md && rm Changelog.md
wget https://raw.githubusercontent.com/wiki/OpenRA/OpenRA/Changelog.md
markdown Changelog.md > CHANGELOG.html
markdown README.md > README.html