diff --git a/.gitignore b/.gitignore index 24244cd849..5cfee6b657 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.mode1v3 # auto-generated documentation DOCUMENTATION.md +Lua-API.md *.html # StyleCop diff --git a/Makefile b/Makefile index be6e20e23f..55cdbfb537 100644 --- a/Makefile +++ b/Makefile @@ -293,6 +293,7 @@ version: mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/modchooser/mo # Documentation (d2k depends on all mod libraries) docs: utility @mono --debug OpenRA.Utility.exe --docs d2k > DOCUMENTATION.md + @mono --debug OpenRA.Utility.exe --lua-docs ra > Lua-API.md install: install-core diff --git a/packaging/package-all.sh b/packaging/package-all.sh index 5feda0b25a..9a96eaa58d 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -27,6 +27,7 @@ markdown Changelog.md > CHANGELOG.html markdown README.md > README.html markdown CONTRIBUTING.md > CONTRIBUTING.html markdown DOCUMENTATION.md > DOCUMENTATION.html +markdown Lua-API.md > Lua-API.html # List of files that are packaged on all platforms FILES=('OpenRA.Game.exe' 'OpenRA.Editor.exe' 'OpenRA.Utility.exe' 'OpenRA.CrashDialog.exe' \