mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
tools: Move codegen tools to 'tools' directory
This commit is contained in:
parent
c3b2f4713c
commit
3528b81f8a
@ -155,7 +155,7 @@ testdso_la_LDFLAGS = $(AM_LDFLAGS) \
|
|||||||
# that one forces the rebuild when "make rebuild" is run on doc/
|
# that one forces the rebuild when "make rebuild" is run on doc/
|
||||||
rebuild_testapi:
|
rebuild_testapi:
|
||||||
-@(if [ "$(PYTHON)" != "" ] ; then \
|
-@(if [ "$(PYTHON)" != "" ] ; then \
|
||||||
$(PYTHON) $(srcdir)/gentest.py $(srcdir) ; fi )
|
$(PYTHON) $(srcdir)/tools/gentest.py $(srcdir) ; fi )
|
||||||
|
|
||||||
testapi_SOURCES=testapi.c
|
testapi_SOURCES=testapi.c
|
||||||
testapi_DEPENDENCIES = $(DEPS)
|
testapi_DEPENDENCIES = $(DEPS)
|
||||||
@ -209,7 +209,8 @@ DISTCLEANFILES = COPYING missing.lst
|
|||||||
|
|
||||||
EXTRA_DIST = Copyright libxml2-config.cmake.in autogen.sh \
|
EXTRA_DIST = Copyright libxml2-config.cmake.in autogen.sh \
|
||||||
libxml.h iso8859x.inc \
|
libxml.h iso8859x.inc \
|
||||||
genUnicode.py \
|
tools/gentest.py \
|
||||||
|
tools/genChRanges tools/genUnicode.py \
|
||||||
libxml2.syms timsort.h \
|
libxml2.syms timsort.h \
|
||||||
README.zOS README.md \
|
README.zOS README.md \
|
||||||
CMakeLists.txt config.h.cmake.in libxml2-config.cmake.cmake.in \
|
CMakeLists.txt config.h.cmake.in libxml2-config.cmake.cmake.in \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user