ship a proper SDK for modders
including the OpenRA.TilesetBuilder.exe fixes #2316 and auto-generated trait documentation fixes #2437 compile Markdown to HTML for offline use purge external files from the doc folder (moved to Wiki) remove unused non-free Dune 2000 font
This commit is contained in:
6
Makefile
6
Makefile
@@ -7,7 +7,7 @@ PHONY = core tools package all mods clean distclean
|
||||
.SUFFIXES:
|
||||
core: game renderers mods utility tsbuild
|
||||
tools: editor ralint tsbuild
|
||||
package: core editor
|
||||
package: core editor docs
|
||||
mods: mod_ra mod_cnc mod_d2k
|
||||
all: core tools
|
||||
clean:
|
||||
@@ -205,6 +205,10 @@ INSTALL = install
|
||||
INSTALL_PROGRAM = $(INSTALL)
|
||||
CORE = fileformats rcg rgl rsdl rnull game editor utility tsbuild
|
||||
|
||||
# Documentation (d2k depends on all mod libraries)
|
||||
docs:
|
||||
@mono --debug OpenRA.Utility.exe --docs d2k > DOCUMENTATION.md
|
||||
|
||||
install: all
|
||||
@-echo "Installing OpenRA to $(INSTALL_DIR)"
|
||||
@$(INSTALL_PROGRAM) -d $(INSTALL_DIR)
|
||||
|
||||
Reference in New Issue
Block a user