summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-05-22 01:24:45 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-05-22 01:24:45 +0000
commitd224185e7c91a718b7718ada343086482705379f (patch)
tree53b6bd9d8b144d172fbf10eec089b2e542ca7171 /test
parent95324b289251f0422a0ec3b5dac1529c2b75d7e6 (diff)
downloadgnome-doc-utils-d224185e7c91a718b7718ada343086482705379f.tar.gz
- Just having a Makefile for testdocs, and not using autostuff
* configure.in: * test/Makefile.am: * test/testdocs/Makefile: * test/testdocs/Makefile.am: - Just having a Makefile for testdocs, and not using autostuff * xslt/docbook/html/db2html-list.xsl: - Implemented orderedlist and procedure * xslt/docbook/html/db2html-media.xsl: - Changed mediadata to imagedata, only using with imagedata and *graphic - Implemented some elements
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))