blob: 3fbde71724b575ea7dbb9ab7ae396a3630c73b00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- python/tests/Makefile.in.orig 2008-01-22 15:51:51.000000000 -0500
+++ python/tests/Makefile.in 2008-01-22 15:52:12.000000000 -0500
@@ -259,7 +259,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
+EXAMPLE_DIR = $(datadir)/examples/py-libxml2
PYTESTS = \
build.py \
attribs.py \
|