ship a proper SDK for modders
including the OpenRA.TilesetBuilder.exe fixes #2316 and auto-generated trait documentation fixes #2437 compile Markdown to HTML for offline use purge external files from the doc folder (moved to Wiki) remove unused non-free Dune 2000 font
This commit is contained in:
@@ -21,12 +21,17 @@ make package
|
||||
# Remove the mdb files that are created during `make`
|
||||
find . -path "*.mdb" -delete
|
||||
|
||||
Markdown.pl README.md > README.html
|
||||
Markdown.pl CONTRIBUTING.md > CONTRIBUTING.html
|
||||
Markdown.pl DOCUMENTATION.md > DOCUMENTATION.html
|
||||
|
||||
# List of files that are packaged on all platforms
|
||||
# Note that the Tao dlls are shipped on all platforms except osx and that
|
||||
# they are now installed to the game directory instead of placed in the gac
|
||||
FILES="OpenRA.Game.exe OpenRA.Editor.exe OpenRA.Utility.exe OpenRA.Renderer.SdlCommon.dll OpenRA.Renderer.Cg.dll \
|
||||
OpenRA.Renderer.Gl.dll OpenRA.Renderer.Null.dll OpenRA.FileFormats.dll FreeSans.ttf FreeSansBold.ttf titles.ttf \
|
||||
cg glsl mods/ra mods/cnc mods/d2k COPYING HACKING INSTALL CHANGELOG"
|
||||
FILES="OpenRA.Game.exe OpenRA.Editor.exe OpenRA.TilesetBuilder.exe OpenRA.Utility.exe OpenRA.FileFormats.dll \
|
||||
OpenRA.Renderer.SdlCommon.dll OpenRA.Renderer.Cg.dll OpenRA.Renderer.Gl.dll OpenRA.Renderer.Null.dll \
|
||||
FreeSans.ttf FreeSansBold.ttf titles.ttf cg glsl mods/ra mods/cnc mods/d2k \
|
||||
README.html CONTRIBUTING.html DOCUMENTATION.html COPYING HACKING INSTALL CHANGELOG"
|
||||
|
||||
echo "Copying files..."
|
||||
for i in $FILES; do
|
||||
|
||||
Reference in New Issue
Block a user