## Process this file with automake to produce Makefile.in

SUBDIRS=docs REC1 REC2 REC general namespaces numbers documents \
        extensions reports xmlspec multiple XSLTMark docbook exslt

all:

test tests:
	@(cur=`pwd` ; for dir in $(SUBDIRS) ; do cd $$dir ; make tests ; cd $$cur ; done)

full: tests docbook_tests

docbook_tests:
	@(cd docbook ; $(MAKE) full)