diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-05-22 14:59:48 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-05-22 14:59:48 +0000 |
commit | e8050b3812235a5d0103adf0b904c8565e0364bf (patch) | |
tree | 1127d2983899684f2ee420e492d221edfe28de08 /Makefile.am | |
parent | d4ab0d4a43bd547ce984e5408acfb40d93d1458d (diff) | |
download | libxslt-e8050b3812235a5d0103adf0b904c8565e0364bf.tar.gz libxslt-e8050b3812235a5d0103adf0b904c8565e0364bf.tar.bz2 libxslt-e8050b3812235a5d0103adf0b904c8565e0364bf.zip |
- configure.in libxslt/Makefile.am: fixed bug #54953
- libxslt/attributes.c: cleanup pointed by Joe Orton
- libxslt/xsltproc.c: added --catalogs to load catalogs from
$SGML_CATALOG_FILES
- libxslt/functions.c: cleanup unreached code
- configure.in config.h.in libxslt/xsltproc.c: guarded the
include with preprocessor definitions
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index af9dfa0c..c2430634 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,9 +26,11 @@ xsltConf.sh: xsltConf.sh.in Makefile < $(srcdir)/xsltConf.sh.in > xsltConf.tmp \ && mv xsltConf.tmp xsltConf.sh +check-local: tests + dummy: -test tests: dummy +tests: dummy @(cd tests ; make test) cleantar: |