--- libxslt-1.0.21/python/Makefile.am.orig 2002-09-06 06:55:29 +0400 +++ libxslt-1.0.21/python/Makefile.am 2002-10-07 18:40:25 +0400 @@ -8,7 +8,8 @@ $(LIBXML_CFLAGS) \ -I$(top_srcdir) -DOCS_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION) +BASE_DIR = @HTML_DIR@ +DOCS_DIR = $(BASE_DIR)/libxslt-$(LIBXSLT_VERSION)/python # libxsltclass.txt is generated DOCS = TODO --- libxslt-1.0.21/python/tests/Makefile.am.orig 2002-03-28 06:55:10 +0300 +++ libxslt-1.0.21/python/tests/Makefile.am 2002-10-07 18:42:04 +0400 @@ -1,4 +1,5 @@ -EXAMPLE_DIR = $(datadir)/doc/libxslt-python-$(LIBXSLT_VERSION)/examples +BASE_DIR = @HTML_DIR@ +EXAMPLE_DIR = $(BASE_DIR)/libxslt-$(LIBXSLT_VERSION)/python/examples TESTSPY= \ basic.py \