summaryrefslogtreecommitdiff
path: root/tests/docbook
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-05 08:59:37 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-05 08:59:37 +0000
commit15ea351154262cd724dd151c0c684c26eacca3e3 (patch)
tree4379a2be6432bcde167e2872cd6aee87da3acb2f /tests/docbook
parentffc52efd1d107602e9b4ef8b75681ecf412becdb (diff)
downloadlibxslt-15ea351154262cd724dd151c0c684c26eacca3e3.tar.gz
libxslt-15ea351154262cd724dd151c0c684c26eacca3e3.tar.bz2
libxslt-15ea351154262cd724dd151c0c684c26eacca3e3.zip
updated do not dump document for which there have been no generated
* FEATURES: updated * libxslt/xsltutils.c: do not dump document for which there have been no generated content * tests/multiple/result.xml tests/namespaces/extra2.out: fixed test output accordingly * libxslt/transform.c libxslt/preproc.c: added xsl:fallback support * tests/REC/Makefile.am tests/REC/test-15-1.*: xsl:fallback test * tests/xmlspec/Makefile.am tests/docbook/Makefile.am: cleanups Daniel
Diffstat (limited to 'tests/docbook')
-rw-r--r--tests/docbook/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docbook/Makefile.am b/tests/docbook/Makefile.am
index 2eef7e4a..a519dbf6 100644
--- a/tests/docbook/Makefile.am
+++ b/tests/docbook/Makefile.am
@@ -58,7 +58,7 @@ single:
xtchunk:
@(echo > .memdump)
@(for i in $(srcdir)/test/gdp-handbook.xml ; do \
- echo "Texting HTML chunking on $$i :" ; \
+ echo "Testing HTML chunking on $$i :" ; \
html=$(srcdir)/result/html/`basename $$i .xml`.html; \
$(top_builddir)/libxslt/xsltproc -o $(srcdir)/result/xtchunk/html/gdp-handbook $(srcdir)/html/xtchunk.xsl $$i ; \
for html in $(srcdir)/result/xtchunk/html/*.html ; do \