Skip to content

Commit

Permalink
Add build script support for the settings documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender authored and reaperrr committed Sep 24, 2017
1 parent 0018bf3 commit 1d8a50c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ function Docs-Command
./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
./OpenRA.Utility.exe all --settings-docs | Out-File -Encoding "UTF8" Settings.md
}
else
{
Expand Down

0 comments on commit 1d8a50c

Please sign in to comment.