diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-21 11:07:02 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-21 11:07:02 +0000 |
commit | 935ed1d25f4bae49f46798b1a58fc0bbb45337b7 (patch) | |
tree | 55305eff9177ca914b597fc7d96611b7b949c007 /Makefile.am | |
parent | 007037dd7566bd6e6cf1854d3c3c7aa6c2603bc5 (diff) | |
download | libxslt-935ed1d25f4bae49f46798b1a58fc0bbb45337b7.tar.gz libxslt-935ed1d25f4bae49f46798b1a58fc0bbb45337b7.tar.bz2 libxslt-935ed1d25f4bae49f46798b1a58fc0bbb45337b7.zip |
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.am | 2 |
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) |