Alias install localized manpages to "install-clientside"...

...instead of "install" in scons recipe.
This commit is contained in:
Sergey Popov 2008-03-30 12:28:34 +00:00
parent cd94999c73
commit 9eda403fa5

View file

@ -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":