Fix changelog url in the packaging script.

This commit is contained in:
Paul Chote
2014-04-30 23:05:43 +12:00
parent fa150db4a7
commit 6015bbeaf6
2 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ make package
# Remove the mdb files that are created during `make`
find . -path "*.mdb" -delete
wget https://raw.github.com/wiki/OpenRA/OpenRA/CHANGELOG.md
markdown CHANGELOG.md > CHANGELOG.html
wget https://raw.github.com/wiki/OpenRA/OpenRA/Changelog.md
markdown Changelog.md > CHANGELOG.html
markdown README.md > README.html
markdown CONTRIBUTING.md > CONTRIBUTING.html
markdown DOCUMENTATION.md > DOCUMENTATION.html