summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-22 14:59:48 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-22 14:59:48 +0000
commite8050b3812235a5d0103adf0b904c8565e0364bf (patch)
tree1127d2983899684f2ee420e492d221edfe28de08 /Makefile.am
parentd4ab0d4a43bd547ce984e5408acfb40d93d1458d (diff)
downloadlibxslt-e8050b3812235a5d0103adf0b904c8565e0364bf.tar.gz
- 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.am4
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: