Add weapon rules documentation.

This commit is contained in:
Matthias Mailänder
2016-08-28 17:28:59 +02:00
committed by reaperrr
parent 1a54b36e2b
commit fdad5e2c48
6 changed files with 120 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ rm -rf $HOME/openra-wiki
git clone git@github.com:OpenRA/OpenRA.wiki.git $HOME/openra-wiki
mono --debug ../OpenRA.Utility.exe all --docs > "${HOME}/openra-wiki/Traits${TAG}.md"
mono --debug ../OpenRA.Utility.exe all --weapon-docs > "${HOME}/openra-wiki/Weapons${TAG}.md"
mono --debug ../OpenRA.Utility.exe all --lua-docs > "${HOME}/openra-wiki/Lua API${TAG}.md"
pushd $HOME/openra-wiki