summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-01-21 11:07:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-01-21 11:07:02 +0000
commit935ed1d25f4bae49f46798b1a58fc0bbb45337b7 (patch)
tree55305eff9177ca914b597fc7d96611b7b949c007 /Makefile.am
parent007037dd7566bd6e6cf1854d3c3c7aa6c2603bc5 (diff)
downloadlibxslt-935ed1d25f4bae49f46798b1a58fc0bbb45337b7.tar.gz
More work, cleanups, HTML output:
- Makefile.am tests/Makefile.am tests/REC1/Makefile.am tests/REC2/Makefile.am tests/REC2/html.xml: added tests target too, added the HTML output test - libxmls/xsltutils.c: added HTML output - libxslt/xslt.c: check version on literal result used as templates - libxslt/transform.c: fixed an error in VERSION number - libxslt/templates.c: make sure generated nodes have doc and parent properly set Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 09ee1097..a85bedd7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ xsltConf.sh: xsltConf.sh.in Makefile
< $(srcdir)/xsltConf.sh.in > xsltConf.tmp \
&& mv xsltConf.tmp xsltConf.sh
-test:
+test tests:
@(cd tests ; make test)