applied last fix from #125614 Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Wed, 5 Nov 2003 11:39:16 +0000 (11:39 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Wed, 5 Nov 2003 11:39:16 +0000 (11:39 +0000)
* tests/multiple/Makefile.am: applied last fix from #125614
Daniel

ChangeLog
tests/multiple/Makefile.am

index 07b292a..e1d0530 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Nov  5 12:25:34 CET 2003 Daniel Veillard <daniel@veillard.com>
+
+       * tests/multiple/Makefile.am: applied last fix from #125614
+
 Tue Nov  4 19:08:53 PST 2003 William Brack <wbrack@mmm.com.hk>
 
        Minor enhancements to eliminate compile/test warnings
index 8d62e86..1c09d41 100644 (file)
@@ -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 ; \