summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-05-08 19:09:57 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-05-08 19:09:57 +0000
commitaab82cac87379fa1a1a318dee635e74efc002217 (patch)
treeb350545174743dedc2b1c9dbc8312b819ef8ee3d /test
parent3f34da62c0d7ad8696e3cc00d2d63fde6edacb23 (diff)
downloadgnome-doc-utils-aab82cac87379fa1a1a318dee635e74efc002217.tar.gz
- Forget to add Makefile.am to CVS
* test/testdocs/Makefile.am: - Forget to add Makefile.am to CVS
Diffstat (limited to 'test')
-rw-r--r--test/testdocs/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/testdocs/Makefile.am b/test/testdocs/Makefile.am
new file mode 100644
index 0000000..f01c5cf
--- /dev/null
+++ b/test/testdocs/Makefile.am
@@ -0,0 +1,9 @@
+db2html = $(top_srcdir)/xslt/docbook/html/db2html.xsl
+
+tests = $(wildcard *.xml)
+htmls = $(patsubst %.xml,%.html,$(tests))
+
+$(htmls) : %.html : %.xml
+ xsltproc -o $@ $(db2html) $<
+
+check-local: $(htmls)