summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: f31e08ca23a048f4b21d020e879d5736512689c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

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

all:

test tests: all docbook_tests

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