add the new Lua API to make docs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -52,6 +52,7 @@ OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.mode1v3
|
|||||||
|
|
||||||
# auto-generated documentation
|
# auto-generated documentation
|
||||||
DOCUMENTATION.md
|
DOCUMENTATION.md
|
||||||
|
Lua-API.md
|
||||||
*.html
|
*.html
|
||||||
|
|
||||||
# StyleCop
|
# StyleCop
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -293,6 +293,7 @@ version: mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/modchooser/mo
|
|||||||
# Documentation (d2k depends on all mod libraries)
|
# Documentation (d2k depends on all mod libraries)
|
||||||
docs: utility
|
docs: utility
|
||||||
@mono --debug OpenRA.Utility.exe --docs d2k > DOCUMENTATION.md
|
@mono --debug OpenRA.Utility.exe --docs d2k > DOCUMENTATION.md
|
||||||
|
@mono --debug OpenRA.Utility.exe --lua-docs ra > Lua-API.md
|
||||||
|
|
||||||
install: install-core
|
install: install-core
|
||||||
|
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ markdown Changelog.md > CHANGELOG.html
|
|||||||
markdown README.md > README.html
|
markdown README.md > README.html
|
||||||
markdown CONTRIBUTING.md > CONTRIBUTING.html
|
markdown CONTRIBUTING.md > CONTRIBUTING.html
|
||||||
markdown DOCUMENTATION.md > DOCUMENTATION.html
|
markdown DOCUMENTATION.md > DOCUMENTATION.html
|
||||||
|
markdown Lua-API.md > Lua-API.html
|
||||||
|
|
||||||
# List of files that are packaged on all platforms
|
# List of files that are packaged on all platforms
|
||||||
FILES=('OpenRA.Game.exe' 'OpenRA.Editor.exe' 'OpenRA.Utility.exe' 'OpenRA.CrashDialog.exe' \
|
FILES=('OpenRA.Game.exe' 'OpenRA.Editor.exe' 'OpenRA.Utility.exe' 'OpenRA.CrashDialog.exe' \
|
||||||
|
|||||||
Reference in New Issue
Block a user