mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 23:29:26 +00:00
Alias install localized manpages to "install-clientside"...
...instead of "install" in scons recipe.
This commit is contained in:
parent
cd94999c73
commit
9eda403fa5
@ -972,7 +972,7 @@ for lang in filter(lambda dir: dir != ".svn", os.listdir("doc/man")):
|
||||
os.path.join(sourcedir, "wesnoth.6"),
|
||||
os.path.join(sourcedir, "wesnoth_editor.6"),
|
||||
])
|
||||
env.Alias('install', inst)
|
||||
env.Alias('install-clientside', inst)
|
||||
# Icon and desktop files
|
||||
if have_client_prereqs and have_X and env["desktop_entry"]:
|
||||
if sys.platform == "darwin":
|
||||
|
Loading…
x
Reference in New Issue
Block a user