mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
python: Make sure to distribute new files
Add pyproject.toml and tests/setup_test.py to Makefile.am.
This commit is contained in:
@ -14,6 +14,7 @@ EXTRA_DIST = \
|
|||||||
libxslt_wrap.h \
|
libxslt_wrap.h \
|
||||||
libxsl.py \
|
libxsl.py \
|
||||||
libxslt-python-api.xml \
|
libxslt-python-api.xml \
|
||||||
|
pyproject.toml \
|
||||||
setup.py.in
|
setup.py.in
|
||||||
|
|
||||||
if WITH_PYTHON
|
if WITH_PYTHON
|
||||||
|
@ -6,7 +6,7 @@ TESTSPY = \
|
|||||||
extfunc.py
|
extfunc.py
|
||||||
|
|
||||||
exampledir = $(docdir)/python/examples
|
exampledir = $(docdir)/python/examples
|
||||||
dist_example_DATA = test.xml test.xsl pyxsltproc.py $(TESTSPY)
|
dist_example_DATA = test.xml test.xsl pyxsltproc.py setup_test.py $(TESTSPY)
|
||||||
|
|
||||||
check-local: $(TESTSPY)
|
check-local: $(TESTSPY)
|
||||||
@(export PYTHONPATH="..:../.libs:$(srcdir)/..:$$PYTHONPATH"; \
|
@(export PYTHONPATH="..:../.libs:$(srcdir)/..:$$PYTHONPATH"; \
|
||||||
|
Reference in New Issue
Block a user