also use the combined mod for Lua API doc generation
This commit is contained in:
2
Makefile
2
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
|
docs: utility mods version
|
||||||
@mono --debug OpenRA.Utility.exe all --docs > DOCUMENTATION.md
|
@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
|
man-page: utility mods
|
||||||
@mono --debug OpenRA.Utility.exe all --man-page > openra.6
|
@mono --debug OpenRA.Utility.exe all --man-page > openra.6
|
||||||
|
|||||||
2
make.ps1
2
make.ps1
@@ -190,7 +190,7 @@ elseif ($command -eq "docs")
|
|||||||
{
|
{
|
||||||
./make.ps1 version
|
./make.ps1 version
|
||||||
./OpenRA.Utility.exe all --docs | Out-File -Encoding "UTF8" DOCUMENTATION.md
|
./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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user