summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-02-25 13:26:22 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-02-25 13:26:22 +0000
commit47b63fadbc26c49965b33e5315099637833482f5 (patch)
tree3eed76d9b9a20a2539a4884824438ed5c6fd6deb /tests
parentbed923d8903b44e808bb4ed52328d3efe9186192 (diff)
downloadlibxslt-47b63fadbc26c49965b33e5315099637833482f5.tar.gz
libxslt-47b63fadbc26c49965b33e5315099637833482f5.tar.bz2
libxslt-47b63fadbc26c49965b33e5315099637833482f5.zip
trying to use the fact that names comes from a dictionnary when looking up
* libxslt/variables.c: trying to use the fact that names comes from a dictionnary when looking up for variables. * tests/documents/Makefile.am: try to fix an error reported on the list. Daniel
Diffstat (limited to 'tests')
-rw-r--r--tests/documents/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/documents/Makefile.am b/tests/documents/Makefile.am
index 539fe9fc..88a9c733 100644
--- a/tests/documents/Makefile.am
+++ b/tests/documents/Makefile.am
@@ -3,11 +3,12 @@
$(top_builddir)/xsltproc/xsltproc:
@(cd ../../xsltproc ; $(MAKE) xsltproc)
-EXTRA_DIST = bredfort.css index.xml system.xml \
- bredfort.xsl menu.xml worklog.xml \
- result.xhtml docfile.xml doc_file.xml \
- test.xml test.xsl test.result \
- message.xml message.xsl message.result
+EXTRA_DIST = \
+ bredfort.css bredfort.xsl doc_file.xml docfile.xml \
+ fragment2.xml fragment.result fragment.xml fragment.xsl \
+ index.xml menu.xml message.result message.xml message.xsl \
+ result.xhtml system.xml test_bad.err test_bad.result \
+ test_bad.xml test.result test.xml test.xsl worklog.xml
all: