From 1d8a50cdabdcd91d64d0ffe1d3dc5bacf8626fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 20 Aug 2017 14:41:55 +0200 Subject: [PATCH] Add build script support for the settings documentation. --- make.ps1 | 1 + 1 file changed, 1 insertion(+) 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 {