Move the addon manager into the same wesnoth-prefixed namespace...
...as wesnoth and wesnoth_editor.
This commit is contained in:
parent
d5e339bf8e
commit
96ed556954
4 changed files with 3 additions and 3 deletions
|
@ -1068,7 +1068,7 @@ fifodir = env['fifodir']
|
|||
mandir = os.path.join(env["prefix"], "share/man")
|
||||
clientside = filter(lambda x : x, [wesnoth, wesnoth_editor, cutter, exploder])
|
||||
daemons = filter(lambda x : x, [wesnothd, campaignd])
|
||||
pythontools = Split("wmlscope wmllint wmlindent add-on_manager.py")
|
||||
pythontools = Split("wmlscope wmllint wmlindent wesnoth_addon_client")
|
||||
pythonmodules = Split("wmltools.py wmlparser.py wmldata.py wmliterator.py campaignserver_client.py libsvn.py __init__.py")
|
||||
localized_man_dirs = {}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ also belong here.
|
|||
|
||||
== Scripts ==
|
||||
|
||||
=== add-on_manager.py ===
|
||||
=== wesnoth_addon_client ===
|
||||
|
||||
Command-line client for uploading WML content to and downloading from
|
||||
the add-on server.
|
||||
|
|
|
@ -23,7 +23,7 @@ CLEANFILES = revision.hpp
|
|||
|
||||
if TOOLS
|
||||
bin_PROGRAMS += exploder cutter
|
||||
bin_SCRIPTS += wmlscope wmllint wmlindent add-on_manager.py
|
||||
bin_SCRIPTS += wmlscope wmllint wmlindent wesnoth_addon_client
|
||||
CLEANFILES += $(bin_SCRIPTS)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue