summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-05-12 23:59:05 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-05-12 23:59:05 +0000
commit62fd0b255faa7bc114a6c9c074a8febb3ea4dc72 (patch)
tree67905c1a3af5c03c033bc5a08b7e9a510f6c25ee /test
parente7b899c46c23d72ea5f92187952c42f1da89f422 (diff)
downloadgnome-doc-utils-62fd0b255faa7bc114a6c9c074a8febb3ea4dc72.tar.gz
- Added db2html-autotoc and db2html-qanda
* doc/xslt/C/gnome-doc-xslt.xml: * xslt/docbook/html/Makefile.am: * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html.xsl: - Added db2html-autotoc and db2html-qanda * test/testdocs/Makefile.am: - xmllinting the original into the output dir, for easier visual checks * xslt/docbook/html/db2html-division.xsl: - Added more params to db2html.division.content for flexibility * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-suppressed.xsl: - Implemented revhistory and friends * xslt/docbook/html/db2html-label.xsl: - Labels for question and answer * xslt/docbook/html/db2html-title.xsl: - Passing depth_in_chunk to title match
Diffstat (limited to 'test')
-rw-r--r--test/testdocs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testdocs/Makefile.am b/test/testdocs/Makefile.am
index 601ec62..8b99318 100644
--- a/test/testdocs/Makefile.am
+++ b/test/testdocs/Makefile.am
@@ -12,6 +12,7 @@ htmlargs = \
$(htmls) : html/% : %.xml
@mkdir -p $@
+ xmllint $< > $@/$<
xsltproc $(call htmlargs,$@) $<
test: $(htmls)