1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-01 02:10:27 +03:00

Remove generated files from distribution

- libxslt.spec
- python/libxslt.py

Also prefer 'dist_' prefix over EXTRA_DIST.
This commit is contained in:
Nick Wellnhofer
2022-08-29 15:40:02 +02:00
parent 5bd67fa13d
commit 7a4a1c63f0
2 changed files with 8 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ libxsltmod_la_LDFLAGS = -module -avoid-version
libxslt.py: $(srcdir)/libxsl.py libxsltclass.py
cat $(srcdir)/libxsl.py libxsltclass.py > $@
python_PYTHON = libxslt.py
nodist_python_PYTHON = libxslt.py
GENERATE = generator.py
API_DESC = $(top_srcdir)/doc/libxslt-api.xml $(srcdir)/libxslt-python-api.xml