summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2005-11-25 20:20:16 +0000
committerShaun McCance <shaunm@src.gnome.org>2005-11-25 20:20:16 +0000
commit4334b9c7f2681f143fdb9b046ed4dc11e28f286d (patch)
tree7409e6781c622fd6de86a59c1af2b3347b05ceba /test
parent0304704cbef1142c6fff8d483f0c6062fc4a32ae (diff)
downloadgnome-doc-utils-4334b9c7f2681f143fdb9b046ed4dc11e28f286d.tar.gz
- Do XInclude when timing
* test/timing/timeall: - Do XInclude when timing * xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-title.xsl: * xslt/docbook/common/db-xref.xsl:- * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-bibliography.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html.xsl: * xslt/gettext/l10n.xml.in: - Added support for "cooked" bibliographies * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-suppressed.xsl: - Added artpagenums, edition, isbn, pubdate, publishername * xslt/gettext/l10n.xml.in: - Added the 'Translator(s)' string
Diffstat (limited to 'test')
-rwxr-xr-xtest/timing/timeall2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/timing/timeall b/test/timing/timeall
index 1bfc354..cb739a7 100755
--- a/test/timing/timeall
+++ b/test/timing/timeall
@@ -25,7 +25,7 @@ for doc in `ls $helpdir`; do
mkdir -p "$outdir";
rm -f "$logfile" && touch "$logfile";
for i in 1 2 3 4 5; do
- xsltproc --timing \
+ xsltproc --xinclude --timing \
--stringparam "db.chunk.basename" "$doc" \
-o "$outfile" \
../../xslt/docbook/html/db2html.xsl \