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 {