Skip to content

Commit

Permalink
also use the combined mod for Lua API doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Aug 2, 2015
1 parent f2073d1 commit 7c9a333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 7c9a333

Please sign in to comment.