summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rw-r--r--test/testdocs/Makefile (renamed from test/testdocs/Makefile.am)2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 1703d90..8b13789 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1 +1 @@
-SUBDIRS = testdocs
+
diff --git a/test/testdocs/Makefile.am b/test/testdocs/Makefile
index 8b99318..78a9ff1 100644
--- a/test/testdocs/Makefile.am
+++ b/test/testdocs/Makefile
@@ -1,4 +1,4 @@
-db2html = $(top_srcdir)/xslt/docbook/html/db2html.xsl
+db2html = ../../xslt/docbook/html/db2html.xsl
tests = $(filter-out template.xml,$(wildcard *.xml))
htmls = $(patsubst %.xml,html/%,$(tests))