From 7c9a333ac4f8c479e93755100e10a9e5887a311a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 2 Aug 2015 17:12:06 +0200 Subject: [PATCH] also use the combined mod for Lua API doc generation --- Makefile | 2 +- make.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5cf6a802fd..e45b3e8b2f 100644 --- a/Makefile +++ b/Makefile @@ -319,7 +319,7 @@ version: mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/ts/mod.yaml m docs: utility mods version @mono --debug OpenRA.Utility.exe all --docs > DOCUMENTATION.md - @mono --debug OpenRA.Utility.exe ra --lua-docs > Lua-API.md + @mono --debug OpenRA.Utility.exe all --lua-docs > Lua-API.md man-page: utility mods @mono --debug OpenRA.Utility.exe all --man-page > openra.6 diff --git a/make.ps1 b/make.ps1 index 1c76c3c314..64ca0c800f 100644 --- a/make.ps1 +++ b/make.ps1 @@ -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 {