moved CHANGELOG into GitHub wiki

This commit is contained in:
Matthias Mailänder
2014-04-19 11:10:03 +02:00
parent 48753bdae8
commit 1c32b7d529
8 changed files with 14 additions and 1749 deletions

View File

@@ -21,6 +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
markdown README.md > README.html
markdown CONTRIBUTING.md > CONTRIBUTING.html
markdown DOCUMENTATION.md > DOCUMENTATION.html
@@ -30,8 +32,8 @@ FILES=('OpenRA.Game.exe' 'OpenRA.Editor.exe' 'OpenRA.Utility.exe' \
'OpenRA.Renderer.SdlCommon.dll' 'OpenRA.Renderer.Sdl2.dll' 'OpenRA.Renderer.Cg.dll' 'OpenRA.Renderer.Gl.dll' 'OpenRA.Renderer.Null.dll' 'OpenRA.Irc.dll' \
'FreeSans.ttf' 'FreeSansBold.ttf' \
'cg' 'glsl' 'mods/common' 'mods/ra' 'mods/cnc' 'mods/d2k' 'mods/modchooser' \
'AUTHORS' 'CHANGELOG' 'COPYING' \
'README.html' 'CONTRIBUTING.html' 'DOCUMENTATION.html' \
'AUTHORS' 'COPYING' \
'README.html' 'CONTRIBUTING.html' 'DOCUMENTATION.html' 'CHANGELOG.html' \
'global mix database.dat' 'GeoLite2-Country.mmdb')
echo "Copying files..."