Install wesnoth's python modules into a 'wesnoth' package...
...instead of scattering them into site-packages
This commit is contained in:
parent
f6dae2687f
commit
29d9ad2402
2 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ ACLOCAL_AMFLAGS = -I m4
|
|||
|
||||
EXTRA_DIST = config/config.rpath config/mkinstalldirs config/py-compile
|
||||
|
||||
python_PYTHON = data/tools/wmltools.py data/tools/wmldata.py data/tools/wmlparser.py
|
||||
pkgpython_PYTHON = data/tools/wmltools.py data/tools/wmldata.py data/tools/wmlparser.py \
|
||||
data/tools/__init__.py
|
||||
|
||||
update-po:
|
||||
@cd po && make $@ || exit $?
|
||||
|
|
0
data/tools/__init__.py
Normal file
0
data/tools/__init__.py
Normal file
Loading…
Add table
Reference in a new issue