Install wesnoth's python modules into a 'wesnoth' package...

...instead of scattering them into site-packages
This commit is contained in:
Elias Pschernig 2007-05-22 15:18:26 +00:00
parent f6dae2687f
commit 29d9ad2402
2 changed files with 2 additions and 1 deletions

View file

@ -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
View file