From 818dbee708fe617608b867ff74a2483f276c2110 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 5 Nov 2003 11:39:16 +0000 Subject: [PATCH] applied last fix from #125614 Daniel * tests/multiple/Makefile.am: applied last fix from #125614 Daniel --- ChangeLog | 4 ++++ tests/multiple/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 07b292a..e1d0530 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Nov 5 12:25:34 CET 2003 Daniel Veillard + + * tests/multiple/Makefile.am: applied last fix from #125614 + Tue Nov 4 19:08:53 PST 2003 William Brack Minor enhancements to eliminate compile/test warnings diff --git a/tests/multiple/Makefile.am b/tests/multiple/Makefile.am index 8d62e86..1c09d41 100644 --- a/tests/multiple/Makefile.am +++ b/tests/multiple/Makefile.am @@ -38,7 +38,7 @@ test tests: $(top_builddir)/xsltproc/xsltproc @(echo > .memdump) @($(CHECKER) $(top_builddir)/xsltproc/xsltproc $(srcdir)/dict.xsl $(srcdir)/dict.xml > dict.res ; \ diff $(srcdir)/result.xml dict.res; \ - for i in $(srcdir)/out/letter*.html $(srcdir)/out/titlepage.html ; do \ + for i in out/letter*.html out/titlepage.html ; do \ orig=$(srcdir)/out/`basename $$i .html`.orig ; \ if [ -f $$orig ] ; then \ diff $$orig $$i ; \ -- 2.7.4