also use the combined mod for Lua API doc generation

This commit is contained in:
Matthias Mailänder
2015-08-02 17:12:06 +02:00
parent f2073d18aa
commit 7c9a333ac4
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ elseif ($command -eq "docs")
{
./make.ps1 version
./OpenRA.Utility.exe all --docs | Out-File -Encoding "UTF8" DOCUMENTATION.md
./OpenRA.Utility.exe ra --lua-docs | Out-File -Encoding "UTF8" Lua-API.md
./OpenRA.Utility.exe all --lua-docs | Out-File -Encoding "UTF8" Lua-API.md
}
else
{