Add weapon rules documentation.

This commit is contained in:
Matthias Mailänder
2016-08-28 17:28:59 +02:00
committed by reaperrr
parent 1a54b36e2b
commit fdad5e2c48
6 changed files with 120 additions and 1 deletions

View File

@@ -193,6 +193,7 @@ function Docs-Command
{
./make.ps1 version
./OpenRA.Utility.exe all --docs | Out-File -Encoding "UTF8" DOCUMENTATION.md
./OpenRA.Utility.exe all --weapon-docs | Out-File -Encoding "UTF8" WEAPONS.md
./OpenRA.Utility.exe all --lua-docs | Out-File -Encoding "UTF8" Lua-API.md
}
else