diff --git a/make.ps1 b/make.ps1 index c475606ad0..ae7b1ea69f 100644 --- a/make.ps1 +++ b/make.ps1 @@ -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 {